Html Css Color HEX #209E8E Java

📋 copy color: '#209E8E'

red 32 ◦ green 158 ◦ blue 142

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

Shades of Java #209E8E

Tints of Java #209E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.59%

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 9.64%
G = 47.59%
B = 42.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#209E8E (or 0x209E8E) is known color: Java. HEX triplet: 20, 9E and 8E. RGB value is (32,158,142). Sum of RGB (Red+Green+Blue) = 32+158+142=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #209E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209E8E is #DF6171. Grayscale: #767676. Windows color (decimal): -14639474 or 9346592. OLE color: 9346592.

HSL color Cylindrical-coordinate representation of color #209E8E: hue angle of 172.38º 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 #209E8E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 158 142 -
CMYK 0.80 0 0.10 0.38
HSL 172.38º 0.66% 0.37% -
HSV(B) 172.38º 0.8% 0.62% -
XYZ 17.71 26.71 29.81 -
YUV 118.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 32 158 142 0.80 0 0.10 0.38 172.38 0.66 0.37
Hex 20 9E 8E 50 0 A 26 AC 42 25
Octal 40 236 216 120 0 12 46 254 102 45
Binary 100000 10011110 10001110 1010000 0 1010 100110 10101100 1000010 100101

Color Harmonies of #209E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209E8E

Black with #209E8E

Text Example


Text Example

White with #209E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,158,142); }

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

background-color css

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

 a { background-color: rgb(32,158,142); }

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

border-color css

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

 span { border-color: rgb(32,158,142); }

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