Html Css Color HEX #208C93 Java

📋 copy color: '#208C93'

red 32 ◦ green 140 ◦ blue 147

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

Shades of Java #208C93

Tints of Java #208C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 10.03%
G = 43.89%
B = 46.08%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208C93 (or 0x208C93) is known color: Java. HEX triplet: 20, 8C and 93. RGB value is (32,140,147). Sum of RGB (Red+Green+Blue) = 32+140+147=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #208C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C93 is #DF736C. Grayscale: #6C6C6C. Windows color (decimal): -14644077 or 9669664. OLE color: 9669664.

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

Color convert

RGB 32 140 147 -
CMYK 0.78 0.05 0 0.42
HSL 183.65º 0.64% 0.35% -
HSV(B) 183.65º 0.78% 0.58% -
XYZ 15.24 21.17 30.89 -
YUV 108.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 32 140 147 0.78 0.05 0 0.42 183.65 0.64 0.35
Hex 20 8C 93 4E 5 0 2A B8 40 23
Octal 40 214 223 116 5 0 52 270 100 43
Binary 100000 10001100 10010011 1001110 101 0 101010 10111000 1000000 100011

Color Harmonies of #208C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208C93

Black with #208C93

Text Example


Text Example

White with #208C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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