#208F95

Color #208F95 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #208F95

Tints of Java #208F95

Color information

#208F95 (or 0x208F95) is unknown color: approx Java. HEX triplet: 20, 8F and 95. RGB value is (32,143,149). Sum of RGB (Red+Green+Blue) = 32+143+149=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #208F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F95 is #DF706A. Grayscale: #6E6E6E. Windows color (decimal): -14643307 or 9801504. OLE color: 9801504.

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

Color convert

RGB32143149-
CMYK0.790.0400.42
HSL183.08º64.64%35.49%-
HSV(B)183.08º78.52%58.43%-
XYZ15.8422.1231.87-
YUV110.49149.7372.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.88%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=9.88%
G=44.14%
B=45.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321431490.790.0400.42183.0864.6435.49
Hex208F954F402Ab74123
Octal40217225117405226710143
Binary100000100011111001010110011111000101010101101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #208F95;
 }
 .AnyTagClassName
 {
   color: #208F95;
 }
</style>
background-color css

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

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

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

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

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

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