Html Css Color HEX #209D96 Java

📋 copy color: '#209D96'

red 32 ◦ green 157 ◦ blue 150

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

Shades of Java #209D96

Tints of Java #209D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 9.44%
G = 46.31%
B = 44.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#209D96 (or 0x209D96) is known color: Java. HEX triplet: 20, 9D and 96. RGB value is (32,157,150). Sum of RGB (Red+Green+Blue) = 32+157+150=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #209D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209D96 is #DF6269. Grayscale: #767676. Windows color (decimal): -14639722 or 9870624. OLE color: 9870624.

HSL color Cylindrical-coordinate representation of color #209D96: hue angle of 176.64º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D96 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 157 150 -
CMYK 0.80 0 0.04 0.38
HSL 176.64º 0.66% 0.37% -
HSV(B) 176.64º 0.8% 0.62% -
XYZ 18.16 26.62 33.04 -
YUV 118.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 32 157 150 0.80 0 0.04 0.38 176.64 0.66 0.37
Hex 20 9D 96 50 0 4 26 B1 42 25
Octal 40 235 226 120 0 4 46 261 102 45
Binary 100000 10011101 10010110 1010000 0 100 100110 10110001 1000010 100101

Color Harmonies of #209D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209D96

Black with #209D96

Text Example


Text Example

White with #209D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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