Html Css Color HEX #209196 Java

📋 copy color: '#209196'

red 32 ◦ green 145 ◦ blue 150

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

Shades of Java #209196

Tints of Java #209196

RGB

 RED value IS 32 (12.89% from 255) = 9.79%

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 9.79%
G = 44.34%
B = 45.87%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#209196 (or 0x209196) is known color: Java. HEX triplet: 20, 91 and 96. RGB value is (32,145,150). Sum of RGB (Red+Green+Blue) = 32+145+150=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #209196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209196 is #DF6E69. Grayscale: #6F6F6F. Windows color (decimal): -14642794 or 9867552. OLE color: 9867552.

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

Color convert

RGB 32 145 150 -
CMYK 0.79 0.03 0 0.41
HSL 182.54º 0.65% 0.36% -
HSV(B) 182.54º 0.79% 0.59% -
XYZ 16.23 22.76 32.39 -
YUV 111.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 32 145 150 0.79 0.03 0 0.41 182.54 0.65 0.36
Hex 20 91 96 4F 3 0 29 B7 41 24
Octal 40 221 226 117 3 0 51 267 101 44
Binary 100000 10010001 10010110 1001111 11 0 101001 10110111 1000001 100100

Color Harmonies of #209196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209196

Black with #209196

Text Example


Text Example

White with #209196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209196; }

 p { color: rgb(32,145,150); }

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

background-color css

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

 a { background-color: rgb(32,145,150); }

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

border-color css

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

 span { border-color: rgb(32,145,150); }

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