Html Css Color HEX #1ED0BA Light Sea Green

📋 copy color: '#1ED0BA'

red 30 ◦ green 208 ◦ blue 186

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

Shades of Light Sea Green #1ED0BA

Tints of Light Sea Green #1ED0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 7.08%
G = 49.06%
B = 43.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#1ED0BA (or 0x1ED0BA) is known color: Light Sea Green. HEX triplet: 1E, D0 and BA. RGB value is (30,208,186). Sum of RGB (Red+Green+Blue) = 30+208+186=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED0BA is #E12F45. Grayscale: #989898. Windows color (decimal): -14757702 or 12242974. OLE color: 12242974.

HSL color Cylindrical-coordinate representation of color #1ED0BA: hue angle of 172.58º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED0BA is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 186 -
CMYK 0.86 0 0.11 0.18
HSL 172.58º 0.75% 0.47% -
HSV(B) 172.58º 0.86% 0.82% -
XYZ 31.95 48.93 54.22 -
YUV 152.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 30 208 186 0.86 0 0.11 0.18 172.58 0.75 0.47
Hex 1E D0 BA 56 0 B 12 AD 4B 2F
Octal 36 320 272 126 0 13 22 255 113 57
Binary 11110 11010000 10111010 1010110 0 1011 10010 10101101 1001011 101111

Color Harmonies of #1ED0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0BA

Black with #1ED0BA

Text Example


Text Example

White with #1ED0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,186); }

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

background-color css

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

 a { background-color: rgb(30,208,186); }

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

border-color css

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

 span { border-color: rgb(30,208,186); }

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