Html Css Color HEX #1DCDAB Light Sea Green

📋 copy color: '#1DCDAB'

red 29 ◦ green 205 ◦ blue 171

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

Shades of Light Sea Green #1DCDAB

Tints of Light Sea Green #1DCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 7.16%
G = 50.62%
B = 42.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#1DCDAB (or 0x1DCDAB) is known color: Light Sea Green. HEX triplet: 1D, CD and AB. RGB value is (29,205,171). Sum of RGB (Red+Green+Blue) = 29+205+171=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDAB is #E23254. Grayscale: #949494. Windows color (decimal): -14824021 or 11259165. OLE color: 11259165.

HSL color Cylindrical-coordinate representation of color #1DCDAB: hue angle of 168.41º 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 #1DCDAB is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 171 -
CMYK 0.86 0 0.17 0.20
HSL 168.41º 0.75% 0.46% -
HSV(B) 168.41º 0.86% 0.8% -
XYZ 29.69 46.86 46.01 -
YUV 148.5 140.69 42.76 -
System Red Green Blue C M Y K H S L
Decimal 29 205 171 0.86 0 0.17 0.20 168.41 0.75 0.46
Hex 1D CD AB 56 0 11 14 A8 4B 2E
Octal 35 315 253 126 0 21 24 250 113 56
Binary 11101 11001101 10101011 1010110 0 10001 10100 10101000 1001011 101110

Color Harmonies of #1DCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDAB

Black with #1DCDAB

Text Example


Text Example

White with #1DCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,171); }

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

background-color css

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

 a { background-color: rgb(29,205,171); }

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

border-color css

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

 span { border-color: rgb(29,205,171); }

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