#1DC5BD

Color #1DC5BD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1DC5BD

Tints of Light Sea Green #1DC5BD

Color information

#1DC5BD (or 0x1DC5BD) is unknown color: approx Light Sea Green. HEX triplet: 1D, C5 and BD. RGB value is (29,197,189). Sum of RGB (Red+Green+Blue) = 29+197+189=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC5BD is #E23A42. Grayscale: #919191. Windows color (decimal): -14826051 or 12436765. OLE color: 12436765.

HSL color Cylindrical-coordinate representation of color #1DC5BD: hue angle of 177.14º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC5BD is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB29197189-
CMYK0.8500.040.23
HSL177.14º74.34%44.31%-
HSV(B)177.14º85.28%77.25%-
XYZ29.6643.8755.05-
YUV145.86152.3444.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.99%
GREEN value IS 197 (77.34% from 255) = 47.47%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=6.99%
G=47.47%
B=45.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal291971890.8500.040.23177.1474.3444.31
Hex1DC5BD550417b14a2c
Octal35305275125042726111254
Binary1110111000101101111011010101010010111101100011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC5BD;
 }
 .AnyTagClassName
 {
   color: #1DC5BD;
 }
</style>
background-color css

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

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

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

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

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

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