Html Css Color HEX #209C8C Java

📋 copy color: '#209C8C'

red 32 ◦ green 156 ◦ blue 140

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

Shades of Java #209C8C

Tints of Java #209C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.56%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 9.76%
G = 47.56%
B = 42.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#209C8C (or 0x209C8C) is known color: Java. HEX triplet: 20, 9C and 8C. RGB value is (32,156,140). Sum of RGB (Red+Green+Blue) = 32+156+140=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #209C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209C8C is #DF6373. Grayscale: #757575. Windows color (decimal): -14639988 or 9215008. OLE color: 9215008.

HSL color Cylindrical-coordinate representation of color #209C8C: hue angle of 172.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C8C is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 156 140 -
CMYK 0.79 0 0.10 0.39
HSL 172.26º 0.66% 0.37% -
HSV(B) 172.26º 0.79% 0.61% -
XYZ 17.22 25.98 28.92 -
YUV 117.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 32 156 140 0.79 0 0.10 0.39 172.26 0.66 0.37
Hex 20 9C 8C 4F 0 A 27 AC 42 25
Octal 40 234 214 117 0 12 47 254 102 45
Binary 100000 10011100 10001100 1001111 0 1010 100111 10101100 1000010 100101

Color Harmonies of #209C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C8C

Black with #209C8C

Text Example


Text Example

White with #209C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,156,140); }

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

background-color css

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

 a { background-color: rgb(32,156,140); }

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

border-color css

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

 span { border-color: rgb(32,156,140); }

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