Html Css Color HEX #0EBBAB Light Sea Green

📋 copy color: '#0EBBAB'

red 14 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #0EBBAB

Tints of Light Sea Green #0EBBAB

RGB

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

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

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

R = 3.76%
G = 50.27%
B = 45.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0EBBAB (or 0x0EBBAB) is known color: Light Sea Green. HEX triplet: 0E, BB and AB. RGB value is (14,187,171). Sum of RGB (Red+Green+Blue) = 14+187+171=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBAB is #F14454. Grayscale: #858585. Windows color (decimal): -15811669 or 11254542. OLE color: 11254542.

HSL color Cylindrical-coordinate representation of color #0EBBAB: hue angle of 174.45º 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 #0EBBAB is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 171 -
CMYK 0.93 0 0.09 0.27
HSL 174.45º 0.86% 0.39% -
HSV(B) 174.45º 0.93% 0.73% -
XYZ 25.3 38.57 44.64 -
YUV 133.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 14 187 171 0.93 0 0.09 0.27 174.45 0.86 0.39
Hex E BB AB 5D 0 9 1B AE 56 27
Octal 16 273 253 135 0 11 33 256 126 47
Binary 1110 10111011 10101011 1011101 0 1001 11011 10101110 1010110 100111

Color Harmonies of #0EBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBAB

Black with #0EBBAB

Text Example


Text Example

White with #0EBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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