Html Css Color HEX #209496 Java

📋 copy color: '#209496'

red 32 ◦ green 148 ◦ blue 150

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

Shades of Java #209496

Tints of Java #209496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 9.7%
G = 44.85%
B = 45.45%

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

#209496 (or 0x209496) is known color: Java. HEX triplet: 20, 94 and 96. RGB value is (32,148,150). Sum of RGB (Red+Green+Blue) = 32+148+150=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #209496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209496 is #DF6B69. Grayscale: #717171. Windows color (decimal): -14642026 or 9868320. OLE color: 9868320.

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

Color convert

RGB 32 148 150 -
CMYK 0.79 0.01 0 0.41
HSL 181.02º 0.65% 0.36% -
HSV(B) 181.02º 0.79% 0.59% -
XYZ 16.69 23.69 32.55 -
YUV 113.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 32 148 150 0.79 0.01 0 0.41 181.02 0.65 0.36
Hex 20 94 96 4F 1 0 29 B5 41 24
Octal 40 224 226 117 1 0 51 265 101 44
Binary 100000 10010100 10010110 1001111 1 0 101001 10110101 1000001 100100

Color Harmonies of #209496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209496

Black with #209496

Text Example


Text Example

White with #209496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209496; }

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

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

background-color css

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

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

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

border-color css

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

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

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