Html Css Color HEX #0EACAB Light Sea Green

📋 copy color: '#0EACAB'

red 14 ◦ green 172 ◦ blue 171

#0EACAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0EACAB

Tints of Light Sea Green #0EACAB

RGB

 RED value IS 14 (5.86% from 255) = 3.92%

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 3.92%
G = 48.18%
B = 47.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0EACAB (or 0x0EACAB) is known color: Light Sea Green. HEX triplet: 0E, AC and AB. RGB value is (14,172,171). Sum of RGB (Red+Green+Blue) = 14+172+171=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #0EACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACAB is #F15354. Grayscale: #7C7C7C. Windows color (decimal): -15815509 or 11250702. OLE color: 11250702.

HSL color Cylindrical-coordinate representation of color #0EACAB: hue angle of 179.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACAB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 171 -
CMYK 0.92 0 0.01 0.33
HSL 179.62º 0.85% 0.36% -
HSV(B) 179.62º 0.92% 0.67% -
XYZ 22.28 32.54 43.63 -
YUV 124.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 14 172 171 0.92 0 0.01 0.33 179.62 0.85 0.36
Hex E AC AB 5C 0 1 21 B4 55 24
Octal 16 254 253 134 0 1 41 264 125 44
Binary 1110 10101100 10101011 1011100 0 1 100001 10110100 1010101 100100

Color Harmonies of #0EACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACAB

Black with #0EACAB

Text Example


Text Example

White with #0EACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,171); }

 H1.HeaderClassName
 {
   color: #0EACAB;
 }
 .AnyTagClassName
 {
   color: #0EACAB;
 }
</style>

background-color css

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

 a { background-color: rgb(14,172,171); }

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

border-color css

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

 span { border-color: rgb(14,172,171); }

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