#5DD5C7

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

Shades of Downy #5DD5C7

Tints of Downy #5DD5C7

Color information

#5DD5C7 (or 0x5DD5C7) is unknown color: approx Downy. HEX triplet: 5D, D5 and C7. RGB value is (93,213,199). Sum of RGB (Red+Green+Blue) = 93+213+199=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD5C7 is #A22A38. Grayscale: #AFAFAF. Windows color (decimal): -10627641 or 13096285. OLE color: 13096285.

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

Color convert

RGB93213199-
CMYK0.5600.070.16
HSL173º58.82%60%-
HSV(B)173º56.34%83.53%-
XYZ38.6254.0462.43-
YUV175.52141.2469.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.42%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=18.42%
G=42.18%
B=39.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131990.5600.070.1617358.8260
Hex5DD5C7380710ad3b3c
Octal1353253077007202557374
Binary1011101110101011100011111100001111000010101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,213,199); }

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

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

 a { background-color: rgb(93,213,199); }

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

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

 span { border-color: rgb(93,213,199); }

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