Html Css Color HEX #1ECDBC Light Sea Green

📋 copy color: '#1ECDBC'

red 30 ◦ green 205 ◦ blue 188

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

Shades of Light Sea Green #1ECDBC

Tints of Light Sea Green #1ECDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 7.09%
G = 48.46%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#1ECDBC (or 0x1ECDBC) is known color: Light Sea Green. HEX triplet: 1E, CD and BC. RGB value is (30,205,188). Sum of RGB (Red+Green+Blue) = 30+205+188=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDBC is #E13243. Grayscale: #969696. Windows color (decimal): -14758468 or 12373278. OLE color: 12373278.

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

Color convert

RGB 30 205 188 -
CMYK 0.85 0 0.08 0.20
HSL 174.17º 0.74% 0.46% -
HSV(B) 174.17º 0.85% 0.8% -
XYZ 31.44 47.57 55.1 -
YUV 150.74 149.02 41.88 -
System Red Green Blue C M Y K H S L
Decimal 30 205 188 0.85 0 0.08 0.20 174.17 0.74 0.46
Hex 1E CD BC 55 0 8 14 AE 4A 2E
Octal 36 315 274 125 0 10 24 256 112 56
Binary 11110 11001101 10111100 1010101 0 1000 10100 10101110 1001010 101110

Color Harmonies of #1ECDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDBC

Black with #1ECDBC

Text Example


Text Example

White with #1ECDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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