Html Css Color HEX #0EBAAE Light Sea Green

📋 copy color: '#0EBAAE'

red 14 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #0EBAAE

Tints of Light Sea Green #0EBAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 3.74%
G = 49.73%
B = 46.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#0EBAAE (or 0x0EBAAE) is known color: Light Sea Green. HEX triplet: 0E, BA and AE. RGB value is (14,186,174). Sum of RGB (Red+Green+Blue) = 14+186+174=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBAAE is #F14551. Grayscale: #858585. Windows color (decimal): -15811922 or 11450894. OLE color: 11450894.

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

Color convert

RGB 14 186 174 -
CMYK 0.92 0 0.06 0.27
HSL 175.81º 0.86% 0.39% -
HSV(B) 175.81º 0.92% 0.73% -
XYZ 25.38 38.27 46.09 -
YUV 133.2 151.02 42.98 -
System Red Green Blue C M Y K H S L
Decimal 14 186 174 0.92 0 0.06 0.27 175.81 0.86 0.39
Hex E BA AE 5C 0 6 1B B0 56 27
Octal 16 272 256 134 0 6 33 260 126 47
Binary 1110 10111010 10101110 1011100 0 110 11011 10110000 1010110 100111

Color Harmonies of #0EBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBAAE

Black with #0EBAAE

Text Example


Text Example

White with #0EBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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