Html Css Color HEX #0EACA2 Light Sea Green

📋 copy color: '#0EACA2'

red 14 ◦ green 172 ◦ blue 162

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

Shades of Light Sea Green #0EACA2

Tints of Light Sea Green #0EACA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.55%

R = 4.02%
G = 49.43%
B = 46.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#0EACA2 (or 0x0EACA2) is known color: Light Sea Green. HEX triplet: 0E, AC and A2. RGB value is (14,172,162). Sum of RGB (Red+Green+Blue) = 14+172+162=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #0EACA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACA2 is #F1535D. Grayscale: #7B7B7B. Windows color (decimal): -15815518 or 10660878. OLE color: 10660878.

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

Color convert

RGB 14 172 162 -
CMYK 0.92 0 0.06 0.33
HSL 176.2º 0.85% 0.36% -
HSV(B) 176.2º 0.92% 0.67% -
XYZ 21.46 32.21 39.27 -
YUV 123.62 149.65 49.81 -
System Red Green Blue C M Y K H S L
Decimal 14 172 162 0.92 0 0.06 0.33 176.2 0.85 0.36
Hex E AC A2 5C 0 6 21 B0 55 24
Octal 16 254 242 134 0 6 41 260 125 44
Binary 1110 10101100 10100010 1011100 0 110 100001 10110000 1010101 100100

Color Harmonies of #0EACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACA2

Black with #0EACA2

Text Example


Text Example

White with #0EACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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