Html Css Color HEX #1ECAC0 Light Sea Green

📋 copy color: '#1ECAC0'

red 30 ◦ green 202 ◦ blue 192

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

Shades of Light Sea Green #1ECAC0

Tints of Light Sea Green #1ECAC0

RGB

 RED value IS 30 (12.11% from 255) = 7.08%

 GREEN value IS 202 (79.3% from 255) = 47.64%

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 7.08%
G = 47.64%
B = 45.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#1ECAC0 (or 0x1ECAC0) is known color: Light Sea Green. HEX triplet: 1E, CA and C0. RGB value is (30,202,192). Sum of RGB (Red+Green+Blue) = 30+202+192=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECAC0 is #E1353F. Grayscale: #959595. Windows color (decimal): -14759232 or 12634654. OLE color: 12634654.

HSL color Cylindrical-coordinate representation of color #1ECAC0: hue angle of 176.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECAC0 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 202 192 -
CMYK 0.85 0 0.05 0.21
HSL 176.51º 0.74% 0.45% -
HSV(B) 176.51º 0.85% 0.79% -
XYZ 31.17 46.32 57.17 -
YUV 149.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 30 202 192 0.85 0 0.05 0.21 176.51 0.74 0.45
Hex 1E CA C0 55 0 5 15 B1 4A 2D
Octal 36 312 300 125 0 5 25 261 112 55
Binary 11110 11001010 11000000 1010101 0 101 10101 10110001 1001010 101101

Color Harmonies of #1ECAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECAC0

Black with #1ECAC0

Text Example


Text Example

White with #1ECAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ECAC0; }

 p { color: rgb(30,202,192); }

 H1.HeaderClassName
 {
   color: #1ECAC0;
 }
 .AnyTagClassName
 {
   color: #1ECAC0;
 }
</style>

background-color css

<style>
 a { background-color: #1ECAC0; }

 a { background-color: rgb(30,202,192); }

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

border-color css

<style>
 span { border-color: #1ECAC0; }

 span { border-color: rgb(30,202,192); }

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