#0E7275

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

Shades of Surfie Green #0E7275

Tints of Surfie Green #0E7275

Color information

#0E7275 (or 0x0E7275) is unknown color: approx Surfie Green. HEX triplet: 0E, 72 and 75. RGB value is (14,114,117). Sum of RGB (Red+Green+Blue) = 14+114+117=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E7275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7275 is #F18D8A. Grayscale: #545454. Windows color (decimal): -15830411 or 7696910. OLE color: 7696910.

HSL color Cylindrical-coordinate representation of color #0E7275: hue angle of 181.75º 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 #0E7275 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB14114117-
CMYK0.880.0300.54
HSL181.75º78.63%25.69%-
HSV(B)181.75º88.03%45.88%-
XYZ9.4113.4118.92-
YUV84.44146.3777.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=5.71%
G=46.53%
B=47.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal141141170.880.0300.54181.7578.6325.69
HexE7275583036b64f1a
Octal16162165130306626611732
Binary111011100101110101101100011011011010110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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