Html Css Color HEX #0EB8AA Light Sea Green

📋 copy color: '#0EB8AA'

red 14 ◦ green 184 ◦ blue 170

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

Shades of Light Sea Green #0EB8AA

Tints of Light Sea Green #0EB8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 3.8%
G = 50%
B = 46.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#0EB8AA (or 0x0EB8AA) is known color: Light Sea Green. HEX triplet: 0E, B8 and AA. RGB value is (14,184,170). Sum of RGB (Red+Green+Blue) = 14+184+170=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB8AA is #F14755. Grayscale: #838383. Windows color (decimal): -15812438 or 11188238. OLE color: 11188238.

HSL color Cylindrical-coordinate representation of color #0EB8AA: hue angle of 175.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB8AA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 184 170 -
CMYK 0.92 0 0.08 0.28
HSL 175.06º 0.86% 0.39% -
HSV(B) 175.06º 0.92% 0.72% -
XYZ 24.58 37.28 43.93 -
YUV 131.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 14 184 170 0.92 0 0.08 0.28 175.06 0.86 0.39
Hex E B8 AA 5C 0 8 1C AF 56 27
Octal 16 270 252 134 0 10 34 257 126 47
Binary 1110 10111000 10101010 1011100 0 1000 11100 10101111 1010110 100111

Color Harmonies of #0EB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB8AA

Black with #0EB8AA

Text Example


Text Example

White with #0EB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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