#0E7574

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

Shades of Surfie Green #0E7574

Tints of Surfie Green #0E7574

Color information

#0E7574 (or 0x0E7574) is unknown color: approx Surfie Green. HEX triplet: 0E, 75 and 74. RGB value is (14,117,116). Sum of RGB (Red+Green+Blue) = 14+117+116=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7574 is #F18A8B. Grayscale: #555555. Windows color (decimal): -15829644 or 7632142. OLE color: 7632142.

HSL color Cylindrical-coordinate representation of color #0E7574: hue angle of 179.42º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7574 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB14117116-
CMYK0.8800.010.54
HSL179.42º78.63%25.69%-
HSV(B)179.42º88.03%45.88%-
XYZ9.6914.0818.73-
YUV86.09144.8876.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=5.67%
G=47.37%
B=46.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal141171160.8800.010.54179.4278.6325.69
HexE7574580136b34f1a
Octal16165164130016626311732
Binary11101110101111010010110000111011010110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7574; }

 p { color: rgb(14,117,116); }

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

<style>
 a { background-color: #0E7574; }

 a { background-color: rgb(14,117,116); }

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

<style>
 span { border-color: #0E7574; }

 span { border-color: rgb(14,117,116); }

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