Html Css Color HEX #0EAEAE Light Sea Green

📋 copy color: '#0EAEAE'

red 14 ◦ green 174 ◦ blue 174

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

Shades of Light Sea Green #0EAEAE

Tints of Light Sea Green #0EAEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.07%

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

R = 3.87%
G = 48.07%
B = 48.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0EAEAE (or 0x0EAEAE) is known color: Light Sea Green. HEX triplet: 0E, AE and AE. RGB value is (14,174,174). Sum of RGB (Red+Green+Blue) = 14+174+174=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #0EAEAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAEAE is #F15151. Grayscale: #7E7E7E. Windows color (decimal): -15814994 or 11447822. OLE color: 11447822.

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

Color convert

RGB 14 174 174 -
CMYK 0.92 0 0 0.32
HSL 180º 0.85% 0.37% -
HSV(B) 180º 0.92% 0.68% -
XYZ 22.96 33.42 45.29 -
YUV 126.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 14 174 174 0.92 0 0 0.32 180 0.85 0.37
Hex E AE AE 5C 0 0 20 B4 55 25
Octal 16 256 256 134 0 0 40 264 125 45
Binary 1110 10101110 10101110 1011100 0 0 100000 10110100 1010101 100101

Color Harmonies of #0EAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEAE

Black with #0EAEAE

Text Example


Text Example

White with #0EAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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