#1DD2BD

Color #1DD2BD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1DD2BD

Tints of Robin's Egg Blue #1DD2BD

Color information

#1DD2BD (or 0x1DD2BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 1D, D2 and BD. RGB value is (29,210,189). Sum of RGB (Red+Green+Blue) = 29+210+189=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD2BD is #E22D42. Grayscale: #999999. Windows color (decimal): -14822723 or 12440093. OLE color: 12440093.

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

Color convert

RGB29210189-
CMYK0.8600.100.18
HSL173.04º75.73%46.86%-
HSV(B)173.04º86.19%82.35%-
XYZ32.7450.0356.08-
YUV153.49148.0339.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.78%
GREEN value IS 210 (82.42% from 255) = 49.07%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=6.78%
G=49.07%
B=44.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292101890.8600.100.18173.0475.7346.86
Hex1DD2BD560A12ad4c2f
Octal353222751260122225511457
Binary11101110100101011110110101100101010010101011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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