#08707c

Color #08707C Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #08707C

Tints of Surfie Green #08707C

Color information

#08707C (or 0x08707C) is unknown color: approx Surfie Green. HEX triplet: 08, 70 and 7C. RGB value is (8,112,124). Sum of RGB (Red+Green+Blue) = 8+112+124=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #08707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08707C is #F78F83. Grayscale: #525252. Windows color (decimal): -16224132 or 8155144. OLE color: 8155144.

HSL color Cylindrical-coordinate representation of color #08707C: hue angle of 186.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08707C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8112124-
CMYK0.940.1000.51
HSL186.21º87.88%25.88%-
HSV(B)186.21º93.55%48.63%-
XYZ9.5313.121.09-
YUV82.27151.5475.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=3.28%
G=45.90%
B=50.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81121240.940.1000.51186.2187.8825.88
Hex8707C5EA033ba581a
Octal101601741361206327213032
Binary10001110000111110010111101010011001110111010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08707c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08707c; }

 p { color: rgb(8,112,124); }

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

<style>
 a { background-color: #08707c; }

 a { background-color: rgb(8,112,124); }

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

<style>
 span { border-color: #08707c; }

 span { border-color: rgb(8,112,124); }

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