#08747C

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

Shades of Surfie Green #08747C

Tints of Surfie Green #08747C

Color information

#08747C (or 0x08747C) is unknown color: approx Surfie Green. HEX triplet: 08, 74 and 7C. RGB value is (8,116,124). Sum of RGB (Red+Green+Blue) = 8+116+124=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #08747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08747C is #F78B83. Grayscale: #545454. Windows color (decimal): -16223108 or 8156168. OLE color: 8156168.

HSL color Cylindrical-coordinate representation of color #08747C: hue angle of 184.14º 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 #08747C is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8116124-
CMYK0.940.0600.51
HSL184.14º87.88%25.88%-
HSV(B)184.14º93.55%48.63%-
XYZ9.981421.24-
YUV84.62150.2273.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 124 (48.83% from 255) = 50%
R=3.23%
G=46.77%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81161240.940.0600.51184.1487.8825.88
Hex8747C5E6033b8581a
Octal10164174136606327013032
Binary1000111010011111001011110110011001110111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08747C; }

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

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

<style>
 a { background-color: #08747C; }

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

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

<style>
 span { border-color: #08747C; }

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

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