#5DD2BE

Color #5DD2BE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5DD2BE

Tints of Downy #5DD2BE

Color information

#5DD2BE (or 0x5DD2BE) is unknown color: approx Downy. HEX triplet: 5D, D2 and BE. RGB value is (93,210,190). Sum of RGB (Red+Green+Blue) = 93+210+190=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD2BE is #A22D41. Grayscale: #ACACAC. Windows color (decimal): -10628418 or 12505693. OLE color: 12505693.

HSL color Cylindrical-coordinate representation of color #5DD2BE: hue angle of 169.74º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD2BE is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB93210190-
CMYK0.5600.100.18
HSL169.74º56.52%59.41%-
HSV(B)169.74º55.71%82.35%-
XYZ36.8652.1456.84-
YUV172.74137.7471.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.86%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=18.86%
G=42.60%
B=38.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932101900.5600.100.18169.7456.5259.41
Hex5DD2BE380A12aa393b
Octal13532227670012222527173
Binary10111011101001010111110111000010101001010101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DD2BE; }

 p { color: rgb(93,210,190); }

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

<style>
 a { background-color: #5DD2BE; }

 a { background-color: rgb(93,210,190); }

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

<style>
 span { border-color: #5DD2BE; }

 span { border-color: rgb(93,210,190); }

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