#0E7E7A

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

Shades of Surfie Green #0E7E7A

Tints of Surfie Green #0E7E7A

Color information

#0E7E7A (or 0x0E7E7A) is unknown color: approx Surfie Green. HEX triplet: 0E, 7E and 7A. RGB value is (14,126,122). Sum of RGB (Red+Green+Blue) = 14+126+122=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7E7A is #F18185. Grayscale: #5B5B5B. Windows color (decimal): -15827334 or 8027662. OLE color: 8027662.

HSL color Cylindrical-coordinate representation of color #0E7E7A: hue angle of 177.86º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7E7A is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB14126122-
CMYK0.8900.030.51
HSL177.86º80%27.45%-
HSV(B)177.86º88.89%49.41%-
XYZ11.1516.4220.99-
YUV92.06144.8972.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 126 (49.61% from 255) = 48.09%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=5.34%
G=48.09%
B=46.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal141261220.8900.030.51177.868027.45
HexE7E7A590333b2501b
Octal16176172131036326212033
Binary111011111101111010101100101111001110110010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,126,122); }

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

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

 a { background-color: rgb(14,126,122); }

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

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

 span { border-color: rgb(14,126,122); }

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