Html Css Color HEX #1DC1AD Light Sea Green

📋 copy color: '#1DC1AD'

red 29 ◦ green 193 ◦ blue 173

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

Shades of Light Sea Green #1DC1AD

Tints of Light Sea Green #1DC1AD

RGB

 RED value IS 29 (11.72% from 255) = 7.34%

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 7.34%
G = 48.86%
B = 43.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#1DC1AD (or 0x1DC1AD) is known color: Light Sea Green. HEX triplet: 1D, C1 and AD. RGB value is (29,193,173). Sum of RGB (Red+Green+Blue) = 29+193+173=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC1AD is #E23E52. Grayscale: #8D8D8D. Windows color (decimal): -14827091 or 11387165. OLE color: 11387165.

HSL color Cylindrical-coordinate representation of color #1DC1AD: hue angle of 172.68º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC1AD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 193 173 -
CMYK 0.85 0 0.10 0.24
HSL 172.68º 0.74% 0.44% -
HSV(B) 172.68º 0.85% 0.76% -
XYZ 27.12 41.42 46.1 -
YUV 141.68 145.67 47.63 -
System Red Green Blue C M Y K H S L
Decimal 29 193 173 0.85 0 0.10 0.24 172.68 0.74 0.44
Hex 1D C1 AD 55 0 A 18 AD 4A 2C
Octal 35 301 255 125 0 12 30 255 112 54
Binary 11101 11000001 10101101 1010101 0 1010 11000 10101101 1001010 101100

Color Harmonies of #1DC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC1AD

Black with #1DC1AD

Text Example


Text Example

White with #1DC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,193,173); }

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

background-color css

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

 a { background-color: rgb(29,193,173); }

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

border-color css

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

 span { border-color: rgb(29,193,173); }

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