Html Css Color HEX #0EBBAE Light Sea Green

📋 copy color: '#0EBBAE'

red 14 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #0EBBAE

Tints of Light Sea Green #0EBBAE

RGB

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

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

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

R = 3.73%
G = 49.87%
B = 46.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#0EBBAE (or 0x0EBBAE) is known color: Light Sea Green. HEX triplet: 0E, BB and AE. RGB value is (14,187,174). Sum of RGB (Red+Green+Blue) = 14+187+174=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBAE is #F14451. Grayscale: #858585. Windows color (decimal): -15811666 or 11451150. OLE color: 11451150.

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

Color convert

RGB 14 187 174 -
CMYK 0.93 0 0.07 0.27
HSL 175.49º 0.86% 0.39% -
HSV(B) 175.49º 0.93% 0.73% -
XYZ 25.59 38.69 46.16 -
YUV 133.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 14 187 174 0.93 0 0.07 0.27 175.49 0.86 0.39
Hex E BB AE 5D 0 7 1B AF 56 27
Octal 16 273 256 135 0 7 33 257 126 47
Binary 1110 10111011 10101110 1011101 0 111 11011 10101111 1010110 100111

Color Harmonies of #0EBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBAE

Black with #0EBBAE

Text Example


Text Example

White with #0EBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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