Html Css Color HEX #0EBAAC Light Sea Green

📋 copy color: '#0EBAAC'

red 14 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #0EBAAC

Tints of Light Sea Green #0EBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 3.76%
G = 50%
B = 46.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#0EBAAC (or 0x0EBAAC) is known color: Light Sea Green. HEX triplet: 0E, BA and AC. RGB value is (14,186,172). Sum of RGB (Red+Green+Blue) = 14+186+172=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBAAC is #F14553. Grayscale: #848484. Windows color (decimal): -15811924 or 11319822. OLE color: 11319822.

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

Color convert

RGB 14 186 172 -
CMYK 0.92 0 0.08 0.27
HSL 175.12º 0.86% 0.39% -
HSV(B) 175.12º 0.92% 0.73% -
XYZ 25.19 38.19 45.07 -
YUV 132.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 14 186 172 0.92 0 0.08 0.27 175.12 0.86 0.39
Hex E BA AC 5C 0 8 1B AF 56 27
Octal 16 272 254 134 0 10 33 257 126 47
Binary 1110 10111010 10101100 1011100 0 1000 11011 10101111 1010110 100111

Color Harmonies of #0EBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBAAC

Black with #0EBAAC

Text Example


Text Example

White with #0EBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,172); }

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

background-color css

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

 a { background-color: rgb(14,186,172); }

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

border-color css

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

 span { border-color: rgb(14,186,172); }

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