Html Css Color HEX #0EAAAE Light Sea Green

📋 copy color: '#0EAAAE'

red 14 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #0EAAAE

Tints of Light Sea Green #0EAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.49%

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

R = 3.91%
G = 47.49%
B = 48.6%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0EAAAE (or 0x0EAAAE) is known color: Light Sea Green. HEX triplet: 0E, AA and AE. RGB value is (14,170,174). Sum of RGB (Red+Green+Blue) = 14+170+174=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EAAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAAE is #F15551. Grayscale: #7B7B7B. Windows color (decimal): -15816018 or 11446798. OLE color: 11446798.

HSL color Cylindrical-coordinate representation of color #0EAAAE: hue angle of 181.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAAE is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 170 174 -
CMYK 0.92 0.02 0 0.32
HSL 181.5º 0.85% 0.37% -
HSV(B) 181.5º 0.92% 0.68% -
XYZ 22.2 31.9 45.03 -
YUV 123.81 156.32 49.67 -
System Red Green Blue C M Y K H S L
Decimal 14 170 174 0.92 0.02 0 0.32 181.5 0.85 0.37
Hex E AA AE 5C 2 0 20 B6 55 25
Octal 16 252 256 134 2 0 40 266 125 45
Binary 1110 10101010 10101110 1011100 10 0 100000 10110110 1010101 100101

Color Harmonies of #0EAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAAAE

Black with #0EAAAE

Text Example


Text Example

White with #0EAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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