Html Css Color HEX #219688 Java

📋 copy color: '#219688'

red 33 ◦ green 150 ◦ blue 136

#219688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #219688

Tints of Java #219688

RGB

 RED value IS 33 (13.28% from 255) = 10.34%

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 10.34%
G = 47.02%
B = 42.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#219688 (or 0x219688) is known color: Java. HEX triplet: 21, 96 and 88. RGB value is (33,150,136). Sum of RGB (Red+Green+Blue) = 33+150+136=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #219688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219688 is #DE6977. Grayscale: #717171. Windows color (decimal): -14575992 or 8951329. OLE color: 8951329.

HSL color Cylindrical-coordinate representation of color #219688: hue angle of 172.82º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219688 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 136 -
CMYK 0.78 0 0.09 0.41
HSL 172.82º 0.64% 0.36% -
HSV(B) 172.82º 0.78% 0.59% -
XYZ 15.98 23.91 27.07 -
YUV 113.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 33 150 136 0.78 0 0.09 0.41 172.82 0.64 0.36
Hex 21 96 88 4E 0 9 29 AD 40 24
Octal 41 226 210 116 0 11 51 255 100 44
Binary 100001 10010110 10001000 1001110 0 1001 101001 10101101 1000000 100100

Color Harmonies of #219688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219688

Black with #219688

Text Example


Text Example

White with #219688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219688; }

 p { color: rgb(33,150,136); }

 H1.HeaderClassName
 {
   color: #219688;
 }
 .AnyTagClassName
 {
   color: #219688;
 }
</style>

background-color css

<style>
 a { background-color: #219688; }

 a { background-color: rgb(33,150,136); }

 div.DivClassName
 {
   background-color: #219688;
 }
 .BgClassName
 {
   background-color: #219688;
 }
</style>

border-color css

<style>
 span { border-color: #219688; }

 span { border-color: rgb(33,150,136); }

 td.TdClassName
 {
   border-color: #219688;
 }
 .TagClassName
 {
   border-color: #219688;
 }
</style>