Html Css Color HEX #209090 Java

📋 copy color: '#209090'

red 32 ◦ green 144 ◦ blue 144

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

Shades of Java #209090

Tints of Java #209090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 10%
G = 45%
B = 45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#209090 (or 0x209090) is known color: Java. HEX triplet: 20, 90 and 90. RGB value is (32,144,144). Sum of RGB (Red+Green+Blue) = 32+144+144=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #209090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209090 is #DF6F6F. Grayscale: #6E6E6E. Windows color (decimal): -14643056 or 9474080. OLE color: 9474080.

HSL color Cylindrical-coordinate representation of color #209090: hue angle of 180º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209090 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 144 144 -
CMYK 0.78 0 0 0.44
HSL 180º 0.64% 0.35% -
HSV(B) 180º 0.78% 0.56% -
XYZ 15.6 22.27 29.86 -
YUV 110.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 32 144 144 0.78 0 0 0.44 180 0.64 0.35
Hex 20 90 90 4E 0 0 2C B4 40 23
Octal 40 220 220 116 0 0 54 264 100 43
Binary 100000 10010000 10010000 1001110 0 0 101100 10110100 1000000 100011

Color Harmonies of #209090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209090

Black with #209090

Text Example


Text Example

White with #209090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209090; }

 p { color: rgb(32,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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