Html Css Color HEX #208C90 Java

📋 copy color: '#208C90'

red 32 ◦ green 140 ◦ blue 144

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

Shades of Java #208C90

Tints of Java #208C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

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

R = 10.13%
G = 44.3%
B = 45.57%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#208C90 (or 0x208C90) is known color: Java. HEX triplet: 20, 8C and 90. RGB value is (32,140,144). Sum of RGB (Red+Green+Blue) = 32+140+144=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #208C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C90 is #DF736F. Grayscale: #6C6C6C. Windows color (decimal): -14644080 or 9473056. OLE color: 9473056.

HSL color Cylindrical-coordinate representation of color #208C90: hue angle of 182.14º 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 #208C90 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 140 144 -
CMYK 0.78 0.03 0 0.44
HSL 182.14º 0.64% 0.35% -
HSV(B) 182.14º 0.78% 0.56% -
XYZ 15.01 21.08 29.66 -
YUV 108.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 32 140 144 0.78 0.03 0 0.44 182.14 0.64 0.35
Hex 20 8C 90 4E 3 0 2C B6 40 23
Octal 40 214 220 116 3 0 54 266 100 43
Binary 100000 10001100 10010000 1001110 11 0 101100 10110110 1000000 100011

Color Harmonies of #208C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208C90

Black with #208C90

Text Example


Text Example

White with #208C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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