#1DD6B6

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

Shades of Light Sea Green #1DD6B6

Tints of Light Sea Green #1DD6B6

Color information

#1DD6B6 (or 0x1DD6B6) is unknown color: approx Light Sea Green. HEX triplet: 1D, D6 and B6. RGB value is (29,214,182). Sum of RGB (Red+Green+Blue) = 29+214+182=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD6B6 is #E22949. Grayscale: #9A9A9A. Windows color (decimal): -14821706 or 11982365. OLE color: 11982365.

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

Color convert

RGB29214182-
CMYK0.8600.150.16
HSL169.62º76.13%47.65%-
HSV(B)169.62º86.45%83.92%-
XYZ3351.7352.5-
YUV155.04143.2138.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.82%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=6.82%
G=50.35%
B=42.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal292141820.8600.150.16169.6276.1347.65
Hex1DD6B6560F10aa4c30
Octal353262661260172025211460
Binary11101110101101011011010101100111110000101010101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,214,182); }

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

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

 a { background-color: rgb(29,214,182); }

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

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

 span { border-color: rgb(29,214,182); }

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