#1DD0AF

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

Shades of Light Sea Green #1DD0AF

Tints of Light Sea Green #1DD0AF

Color information

#1DD0AF (or 0x1DD0AF) is unknown color: approx Light Sea Green. HEX triplet: 1D, D0 and AF. RGB value is (29,208,175). Sum of RGB (Red+Green+Blue) = 29+208+175=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD0AF is #E22F50. Grayscale: #969696. Windows color (decimal): -14823249 or 11522077. OLE color: 11522077.

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

Color convert

RGB29208175-
CMYK0.8600.160.18
HSL168.94º75.53%46.47%-
HSV(B)168.94º86.06%81.57%-
XYZ30.848.4748.29-
YUV150.72141.741.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.04%
GREEN value IS 208 (81.64% from 255) = 50.49%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=7.04%
G=50.49%
B=42.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292081750.8600.160.18168.9475.5346.47
Hex1DD0AF5601012a94c2e
Octal353202571260202225111456
Binary111011101000010101111101011001000010010101010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,175); }

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

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

 a { background-color: rgb(29,208,175); }

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

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

 span { border-color: rgb(29,208,175); }

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