Html Css Color HEX #0EBBA0 Light Sea Green

📋 copy color: '#0EBBA0'

red 14 ◦ green 187 ◦ blue 160

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

Shades of Light Sea Green #0EBBA0

Tints of Light Sea Green #0EBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 3.88%
G = 51.8%
B = 44.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#0EBBA0 (or 0x0EBBA0) is known color: Light Sea Green. HEX triplet: 0E, BB and A0. RGB value is (14,187,160). Sum of RGB (Red+Green+Blue) = 14+187+160=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBA0 is #F1445F. Grayscale: #848484. Windows color (decimal): -15811680 or 10533646. OLE color: 10533646.

HSL color Cylindrical-coordinate representation of color #0EBBA0: hue angle of 170.64º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBA0 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 160 -
CMYK 0.93 0 0.14 0.27
HSL 170.64º 0.86% 0.39% -
HSV(B) 170.64º 0.93% 0.73% -
XYZ 24.3 38.17 39.35 -
YUV 132.2 143.69 43.7 -
System Red Green Blue C M Y K H S L
Decimal 14 187 160 0.93 0 0.14 0.27 170.64 0.86 0.39
Hex E BB A0 5D 0 E 1B AB 56 27
Octal 16 273 240 135 0 16 33 253 126 47
Binary 1110 10111011 10100000 1011101 0 1110 11011 10101011 1010110 100111

Color Harmonies of #0EBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBA0

Black with #0EBBA0

Text Example


Text Example

White with #0EBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,160); }

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

background-color css

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

 a { background-color: rgb(14,187,160); }

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

border-color css

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

 span { border-color: rgb(14,187,160); }

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