Html Css Color HEX #209096 Java

📋 copy color: '#209096'

red 32 ◦ green 144 ◦ blue 150

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

Shades of Java #209096

Tints of Java #209096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 9.82%
G = 44.17%
B = 46.01%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#209096 (or 0x209096) is known color: Java. HEX triplet: 20, 90 and 96. RGB value is (32,144,150). Sum of RGB (Red+Green+Blue) = 32+144+150=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #209096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209096 is #DF6F69. Grayscale: #6F6F6F. Windows color (decimal): -14643050 or 9867296. OLE color: 9867296.

HSL color Cylindrical-coordinate representation of color #209096: hue angle of 183.05º 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 #209096 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 144 150 -
CMYK 0.79 0.04 0 0.41
HSL 183.05º 0.65% 0.36% -
HSV(B) 183.05º 0.79% 0.59% -
XYZ 16.07 22.46 32.34 -
YUV 111.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 32 144 150 0.79 0.04 0 0.41 183.05 0.65 0.36
Hex 20 90 96 4F 4 0 29 B7 41 24
Octal 40 220 226 117 4 0 51 267 101 44
Binary 100000 10010000 10010110 1001111 100 0 101001 10110111 1000001 100100

Color Harmonies of #209096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209096

Black with #209096

Text Example


Text Example

White with #209096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209096; }

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

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

background-color css

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

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

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

border-color css

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

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

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