Html Css Color HEX #1ECDAE Light Sea Green

📋 copy color: '#1ECDAE'

red 30 ◦ green 205 ◦ blue 174

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

Shades of Light Sea Green #1ECDAE

Tints of Light Sea Green #1ECDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

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

R = 7.33%
G = 50.12%
B = 42.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#1ECDAE (or 0x1ECDAE) is known color: Light Sea Green. HEX triplet: 1E, CD and AE. RGB value is (30,205,174). Sum of RGB (Red+Green+Blue) = 30+205+174=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECDAE is #E13251. Grayscale: #959595. Windows color (decimal): -14758482 or 11455774. OLE color: 11455774.

HSL color Cylindrical-coordinate representation of color #1ECDAE: hue angle of 169.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECDAE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 205 174 -
CMYK 0.85 0 0.15 0.20
HSL 169.37º 0.74% 0.46% -
HSV(B) 169.37º 0.85% 0.8% -
XYZ 30.01 46.99 47.53 -
YUV 149.14 142.02 43.02 -
System Red Green Blue C M Y K H S L
Decimal 30 205 174 0.85 0 0.15 0.20 169.37 0.74 0.46
Hex 1E CD AE 55 0 F 14 A9 4A 2E
Octal 36 315 256 125 0 17 24 251 112 56
Binary 11110 11001101 10101110 1010101 0 1111 10100 10101001 1001010 101110

Color Harmonies of #1ECDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDAE

Black with #1ECDAE

Text Example


Text Example

White with #1ECDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,174); }

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

background-color css

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

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

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

border-color css

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

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

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