Html Css Color HEX #209596 Java

📋 copy color: '#209596'

red 32 ◦ green 149 ◦ blue 150

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

Shades of Java #209596

Tints of Java #209596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

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

R = 9.67%
G = 45.02%
B = 45.32%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#209596 (or 0x209596) is known color: Java. HEX triplet: 20, 95 and 96. RGB value is (32,149,150). Sum of RGB (Red+Green+Blue) = 32+149+150=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #209596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209596 is #DF6A69. Grayscale: #727272. Windows color (decimal): -14641770 or 9868576. OLE color: 9868576.

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

Color convert

RGB 32 149 150 -
CMYK 0.79 0.01 0 0.41
HSL 180.51º 0.65% 0.36% -
HSV(B) 180.51º 0.79% 0.59% -
XYZ 16.85 24 32.6 -
YUV 114.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 32 149 150 0.79 0.01 0 0.41 180.51 0.65 0.36
Hex 20 95 96 4F 1 0 29 B5 41 24
Octal 40 225 226 117 1 0 51 265 101 44
Binary 100000 10010101 10010110 1001111 1 0 101001 10110101 1000001 100100

Color Harmonies of #209596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209596

Black with #209596

Text Example


Text Example

White with #209596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209596; }

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

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

background-color css

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

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

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

border-color css

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

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

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