Html Css Color HEX #1ECBAF Light Sea Green

📋 copy color: '#1ECBAF'

red 30 ◦ green 203 ◦ blue 175

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

Shades of Light Sea Green #1ECBAF

Tints of Light Sea Green #1ECBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 7.35%
G = 49.75%
B = 42.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#1ECBAF (or 0x1ECBAF) is known color: Light Sea Green. HEX triplet: 1E, CB and AF. RGB value is (30,203,175). Sum of RGB (Red+Green+Blue) = 30+203+175=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECBAF is #E13450. Grayscale: #949494. Windows color (decimal): -14758993 or 11520798. OLE color: 11520798.

HSL color Cylindrical-coordinate representation of color #1ECBAF: hue angle of 170.29º 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 #1ECBAF is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 203 175 -
CMYK 0.85 0 0.14 0.20
HSL 170.29º 0.74% 0.46% -
HSV(B) 170.29º 0.85% 0.8% -
XYZ 29.63 46.08 47.89 -
YUV 148.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 30 203 175 0.85 0 0.14 0.20 170.29 0.74 0.46
Hex 1E CB AF 55 0 E 14 AA 4A 2E
Octal 36 313 257 125 0 16 24 252 112 56
Binary 11110 11001011 10101111 1010101 0 1110 10100 10101010 1001010 101110

Color Harmonies of #1ECBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBAF

Black with #1ECBAF

Text Example


Text Example

White with #1ECBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,203,175); }

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

background-color css

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

 a { background-color: rgb(30,203,175); }

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

border-color css

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

 span { border-color: rgb(30,203,175); }

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