#0EB2AA

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

Shades of Light Sea Green #0EB2AA

Tints of Light Sea Green #0EB2AA

Color information

#0EB2AA (or 0x0EB2AA) is unknown color: approx Light Sea Green. HEX triplet: 0E, B2 and AA. RGB value is (14,178,170). Sum of RGB (Red+Green+Blue) = 14+178+170=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB2AA is #F14D55. Grayscale: #7F7F7F. Windows color (decimal): -15813974 or 11186702. OLE color: 11186702.

HSL color Cylindrical-coordinate representation of color #0EB2AA: hue angle of 177.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB2AA is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB14178170-
CMYK0.9200.040.30
HSL177.07º85.42%37.65%-
HSV(B)177.07º92.13%69.8%-
XYZ23.3634.8443.52-
YUV128.05151.6746.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.87%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=3.87%
G=49.17%
B=46.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141781700.9200.040.30177.0785.4237.65
HexEB2AA5C041Eb15526
Octal16262252134043626112546
Binary111010110010101010101011100010011110101100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,170); }

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

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

 a { background-color: rgb(14,178,170); }

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

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

 span { border-color: rgb(14,178,170); }

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