Html Css Color HEX #0EB1AA Light Sea Green

📋 copy color: '#0EB1AA'

red 14 ◦ green 177 ◦ blue 170

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

Shades of Light Sea Green #0EB1AA

Tints of Light Sea Green #0EB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.03%

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

R = 3.88%
G = 49.03%
B = 47.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#0EB1AA (or 0x0EB1AA) is known color: Light Sea Green. HEX triplet: 0E, B1 and AA. RGB value is (14,177,170). Sum of RGB (Red+Green+Blue) = 14+177+170=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB1AA is #F14E55. Grayscale: #7F7F7F. Windows color (decimal): -15814230 or 11186446. OLE color: 11186446.

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

Color convert

RGB 14 177 170 -
CMYK 0.92 0 0.04 0.31
HSL 177.42º 0.85% 0.37% -
HSV(B) 177.42º 0.92% 0.69% -
XYZ 23.16 34.44 43.46 -
YUV 127.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 14 177 170 0.92 0 0.04 0.31 177.42 0.85 0.37
Hex E B1 AA 5C 0 4 1F B1 55 25
Octal 16 261 252 134 0 4 37 261 125 45
Binary 1110 10110001 10101010 1011100 0 100 11111 10110001 1010101 100101

Color Harmonies of #0EB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB1AA

Black with #0EB1AA

Text Example


Text Example

White with #0EB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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