Html Css Color HEX #0EBBA1 Light Sea Green

📋 copy color: '#0EBBA1'

red 14 ◦ green 187 ◦ blue 161

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

Shades of Light Sea Green #0EBBA1

Tints of Light Sea Green #0EBBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 3.87%
G = 51.66%
B = 44.48%

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

#0EBBA1 (or 0x0EBBA1) is known color: Light Sea Green. HEX triplet: 0E, BB and A1. RGB value is (14,187,161). Sum of RGB (Red+Green+Blue) = 14+187+161=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBA1 is #F1445E. Grayscale: #848484. Windows color (decimal): -15811679 or 10599182. OLE color: 10599182.

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

Color convert

RGB 14 187 161 -
CMYK 0.93 0 0.14 0.27
HSL 170.98º 0.86% 0.39% -
HSV(B) 170.98º 0.93% 0.73% -
XYZ 24.38 38.21 39.81 -
YUV 132.31 144.19 43.61 -
System Red Green Blue C M Y K H S L
Decimal 14 187 161 0.93 0 0.14 0.27 170.98 0.86 0.39
Hex E BB A1 5D 0 E 1B AB 56 27
Octal 16 273 241 135 0 16 33 253 126 47
Binary 1110 10111011 10100001 1011101 0 1110 11011 10101011 1010110 100111

Color Harmonies of #0EBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBA1

Black with #0EBBA1

Text Example


Text Example

White with #0EBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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