Html Css Color HEX #1DC3AC Light Sea Green

📋 copy color: '#1DC3AC'

red 29 ◦ green 195 ◦ blue 172

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

Shades of Light Sea Green #1DC3AC

Tints of Light Sea Green #1DC3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 7.32%
G = 49.24%
B = 43.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#1DC3AC (or 0x1DC3AC) is known color: Light Sea Green. HEX triplet: 1D, C3 and AC. RGB value is (29,195,172). Sum of RGB (Red+Green+Blue) = 29+195+172=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC3AC is #E23C53. Grayscale: #8E8E8E. Windows color (decimal): -14826580 or 11322141. OLE color: 11322141.

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

Color convert

RGB 29 195 172 -
CMYK 0.85 0 0.12 0.24
HSL 171.69º 0.74% 0.44% -
HSV(B) 171.69º 0.85% 0.76% -
XYZ 27.47 42.27 45.74 -
YUV 142.74 144.5 46.87 -
System Red Green Blue C M Y K H S L
Decimal 29 195 172 0.85 0 0.12 0.24 171.69 0.74 0.44
Hex 1D C3 AC 55 0 C 18 AC 4A 2C
Octal 35 303 254 125 0 14 30 254 112 54
Binary 11101 11000011 10101100 1010101 0 1100 11000 10101100 1001010 101100

Color Harmonies of #1DC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC3AC

Black with #1DC3AC

Text Example


Text Example

White with #1DC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,172); }

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

background-color css

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

 a { background-color: rgb(29,195,172); }

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

border-color css

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

 span { border-color: rgb(29,195,172); }

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