Html Css Color HEX #0EBBA7 Light Sea Green

📋 copy color: '#0EBBA7'

red 14 ◦ green 187 ◦ blue 167

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

Shades of Light Sea Green #0EBBA7

Tints of Light Sea Green #0EBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.38%

R = 3.8%
G = 50.82%
B = 45.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#0EBBA7 (or 0x0EBBA7) is known color: Light Sea Green. HEX triplet: 0E, BB and A7. RGB value is (14,187,167). Sum of RGB (Red+Green+Blue) = 14+187+167=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBA7 is #F14458. Grayscale: #848484. Windows color (decimal): -15811673 or 10992398. OLE color: 10992398.

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

Color convert

RGB 14 187 167 -
CMYK 0.93 0 0.11 0.27
HSL 173.06º 0.86% 0.39% -
HSV(B) 173.06º 0.93% 0.73% -
XYZ 24.93 38.42 42.66 -
YUV 132.99 147.19 43.13 -
System Red Green Blue C M Y K H S L
Decimal 14 187 167 0.93 0 0.11 0.27 173.06 0.86 0.39
Hex E BB A7 5D 0 B 1B AD 56 27
Octal 16 273 247 135 0 13 33 255 126 47
Binary 1110 10111011 10100111 1011101 0 1011 11011 10101101 1010110 100111

Color Harmonies of #0EBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBA7

Black with #0EBBA7

Text Example


Text Example

White with #0EBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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