Html Css Color HEX #0EACA5 Light Sea Green

📋 copy color: '#0EACA5'

red 14 ◦ green 172 ◦ blue 165

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

Shades of Light Sea Green #0EACA5

Tints of Light Sea Green #0EACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 3.99%
G = 49%
B = 47.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0EACA5 (or 0x0EACA5) is known color: Light Sea Green. HEX triplet: 0E, AC and A5. RGB value is (14,172,165). Sum of RGB (Red+Green+Blue) = 14+172+165=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #0EACA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACA5 is #F1535A. Grayscale: #7B7B7B. Windows color (decimal): -15815515 or 10857486. OLE color: 10857486.

HSL color Cylindrical-coordinate representation of color #0EACA5: hue angle of 177.34º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACA5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 165 -
CMYK 0.92 0 0.04 0.33
HSL 177.34º 0.85% 0.36% -
HSV(B) 177.34º 0.92% 0.67% -
XYZ 21.73 32.32 40.69 -
YUV 123.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 14 172 165 0.92 0 0.04 0.33 177.34 0.85 0.36
Hex E AC A5 5C 0 4 21 B1 55 24
Octal 16 254 245 134 0 4 41 261 125 44
Binary 1110 10101100 10100101 1011100 0 100 100001 10110001 1010101 100100

Color Harmonies of #0EACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACA5

Black with #0EACA5

Text Example


Text Example

White with #0EACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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