Html Css Color HEX #1DCDB1 Light Sea Green

📋 copy color: '#1DCDB1'

red 29 ◦ green 205 ◦ blue 177

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

Shades of Light Sea Green #1DCDB1

Tints of Light Sea Green #1DCDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 7.06%
G = 49.88%
B = 43.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#1DCDB1 (or 0x1DCDB1) is known color: Light Sea Green. HEX triplet: 1D, CD and B1. RGB value is (29,205,177). Sum of RGB (Red+Green+Blue) = 29+205+177=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDB1 is #E2324E. Grayscale: #959595. Windows color (decimal): -14824015 or 11652381. OLE color: 11652381.

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

Color convert

RGB 29 205 177 -
CMYK 0.86 0 0.14 0.20
HSL 170.45º 0.75% 0.46% -
HSV(B) 170.45º 0.86% 0.8% -
XYZ 30.27 47.1 49.09 -
YUV 149.18 143.69 42.28 -
System Red Green Blue C M Y K H S L
Decimal 29 205 177 0.86 0 0.14 0.20 170.45 0.75 0.46
Hex 1D CD B1 56 0 E 14 AA 4B 2E
Octal 35 315 261 126 0 16 24 252 113 56
Binary 11101 11001101 10110001 1010110 0 1110 10100 10101010 1001011 101110

Color Harmonies of #1DCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDB1

Black with #1DCDB1

Text Example


Text Example

White with #1DCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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