Html Css Color HEX #1DCCAC Light Sea Green

📋 copy color: '#1DCCAC'

red 29 ◦ green 204 ◦ blue 172

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

Shades of Light Sea Green #1DCCAC

Tints of Light Sea Green #1DCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.37%

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

R = 7.16%
G = 50.37%
B = 42.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#1DCCAC (or 0x1DCCAC) is known color: Light Sea Green. HEX triplet: 1D, CC and AC. RGB value is (29,204,172). Sum of RGB (Red+Green+Blue) = 29+204+172=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCCAC is #E23353. Grayscale: #939393. Windows color (decimal): -14824276 or 11324445. OLE color: 11324445.

HSL color Cylindrical-coordinate representation of color #1DCCAC: hue angle of 169.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCCAC is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 172 -
CMYK 0.86 0 0.16 0.2
HSL 169.03º 0.75% 0.46% -
HSV(B) 169.03º 0.86% 0.8% -
XYZ 29.55 46.43 46.43 -
YUV 148.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 29 204 172 0.86 0 0.16 0.2 169.03 0.75 0.46
Hex 1D CC AC 56 0 10 14 A9 4B 2E
Octal 35 314 254 126 0 20 24 251 113 56
Binary 11101 11001100 10101100 1010110 0 10000 10100 10101001 1001011 101110

Color Harmonies of #1DCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCAC

Black with #1DCCAC

Text Example


Text Example

White with #1DCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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