#5DD7BF

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

Shades of Downy #5DD7BF

Tints of Downy #5DD7BF

Color information

#5DD7BF (or 0x5DD7BF) is unknown color: approx Downy. HEX triplet: 5D, D7 and BF. RGB value is (93,215,191). Sum of RGB (Red+Green+Blue) = 93+215+191=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7BF is #A22840. Grayscale: #AFAFAF. Windows color (decimal): -10627137 or 12572509. OLE color: 12572509.

HSL color Cylindrical-coordinate representation of color #5DD7BF: hue angle of 168.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7BF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB93215191-
CMYK0.5700.110.16
HSL168.2º60.4%60.39%-
HSV(B)168.2º56.74%84.31%-
XYZ38.2254.6957.83-
YUV175.79136.5868.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.64%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 191 (75% from 255) = 38.28%
R=18.64%
G=43.09%
B=38.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151910.5700.110.16168.260.460.39
Hex5DD7BF390B10a83c3c
Octal13532727771013202507474
Binary10111011101011110111111111001010111000010101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,215,191); }

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

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

 a { background-color: rgb(93,215,191); }

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

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

 span { border-color: rgb(93,215,191); }

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