Html Css Color HEX #208C9A Java

📋 copy color: '#208C9A'

red 32 ◦ green 140 ◦ blue 154

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

Shades of Java #208C9A

Tints of Java #208C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 9.82%
G = 42.94%
B = 47.24%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#208C9A (or 0x208C9A) is known color: Java. HEX triplet: 20, 8C and 9A. RGB value is (32,140,154). Sum of RGB (Red+Green+Blue) = 32+140+154=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #208C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C9A is #DF7365. Grayscale: #6D6D6D. Windows color (decimal): -14644070 or 10128416. OLE color: 10128416.

HSL color Cylindrical-coordinate representation of color #208C9A: hue angle of 186.89º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208C9A is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 140 154 -
CMYK 0.79 0.09 0 0.40
HSL 186.89º 0.66% 0.36% -
HSV(B) 186.89º 0.79% 0.6% -
XYZ 15.81 21.4 33.87 -
YUV 109.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 32 140 154 0.79 0.09 0 0.40 186.89 0.66 0.36
Hex 20 8C 9A 4F 9 0 28 BB 42 24
Octal 40 214 232 117 11 0 50 273 102 44
Binary 100000 10001100 10011010 1001111 1001 0 101000 10111011 1000010 100100

Color Harmonies of #208C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208C9A

Black with #208C9A

Text Example


Text Example

White with #208C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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