Html Css Color HEX #1DCDBD Light Sea Green

📋 copy color: '#1DCDBD'

red 29 ◦ green 205 ◦ blue 189

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

Shades of Light Sea Green #1DCDBD

Tints of Light Sea Green #1DCDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 6.86%
G = 48.46%
B = 44.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#1DCDBD (or 0x1DCDBD) is known color: Light Sea Green. HEX triplet: 1D, CD and BD. RGB value is (29,205,189). Sum of RGB (Red+Green+Blue) = 29+205+189=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDBD is #E23242. Grayscale: #969696. Windows color (decimal): -14824003 or 12438813. OLE color: 12438813.

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

Color convert

RGB 29 205 189 -
CMYK 0.86 0 0.08 0.20
HSL 174.55º 0.75% 0.46% -
HSV(B) 174.55º 0.86% 0.8% -
XYZ 31.52 47.6 55.67 -
YUV 150.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 29 205 189 0.86 0 0.08 0.20 174.55 0.75 0.46
Hex 1D CD BD 56 0 8 14 AF 4B 2E
Octal 35 315 275 126 0 10 24 257 113 56
Binary 11101 11001101 10111101 1010110 0 1000 10100 10101111 1001011 101110

Color Harmonies of #1DCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDBD

Black with #1DCDBD

Text Example


Text Example

White with #1DCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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