Html Css Color HEX #208F93 Java

📋 copy color: '#208F93'

red 32 ◦ green 143 ◦ blue 147

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

Shades of Java #208F93

Tints of Java #208F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

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

R = 9.94%
G = 44.41%
B = 45.65%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208F93 (or 0x208F93) is known color: Java. HEX triplet: 20, 8F and 93. RGB value is (32,143,147). Sum of RGB (Red+Green+Blue) = 32+143+147=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #208F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F93 is #DF706C. Grayscale: #6E6E6E. Windows color (decimal): -14643309 or 9670432. OLE color: 9670432.

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

Color convert

RGB 32 143 147 -
CMYK 0.78 0.03 0 0.42
HSL 182.09º 0.64% 0.35% -
HSV(B) 182.09º 0.78% 0.58% -
XYZ 15.68 22.06 31.03 -
YUV 110.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 32 143 147 0.78 0.03 0 0.42 182.09 0.64 0.35
Hex 20 8F 93 4E 3 0 2A B6 40 23
Octal 40 217 223 116 3 0 52 266 100 43
Binary 100000 10001111 10010011 1001110 11 0 101010 10110110 1000000 100011

Color Harmonies of #208F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208F93

Black with #208F93

Text Example


Text Example

White with #208F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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