Html Css Color HEX #1DCAAC Light Sea Green

📋 copy color: '#1DCAAC'

red 29 ◦ green 202 ◦ blue 172

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

Shades of Light Sea Green #1DCAAC

Tints of Light Sea Green #1DCAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.12%

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

R = 7.2%
G = 50.12%
B = 42.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#1DCAAC (or 0x1DCAAC) is known color: Light Sea Green. HEX triplet: 1D, CA and AC. RGB value is (29,202,172). Sum of RGB (Red+Green+Blue) = 29+202+172=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCAAC is #E23553. Grayscale: #929292. Windows color (decimal): -14824788 or 11323933. OLE color: 11323933.

HSL color Cylindrical-coordinate representation of color #1DCAAC: hue angle of 169.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCAAC is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 172 -
CMYK 0.86 0 0.15 0.21
HSL 169.6º 0.75% 0.45% -
HSV(B) 169.6º 0.86% 0.79% -
XYZ 29.07 45.48 46.28 -
YUV 146.85 142.19 43.94 -
System Red Green Blue C M Y K H S L
Decimal 29 202 172 0.86 0 0.15 0.21 169.6 0.75 0.45
Hex 1D CA AC 56 0 F 15 AA 4B 2D
Octal 35 312 254 126 0 17 25 252 113 55
Binary 11101 11001010 10101100 1010110 0 1111 10101 10101010 1001011 101101

Color Harmonies of #1DCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAAC

Black with #1DCAAC

Text Example


Text Example

White with #1DCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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