#5DDAC4

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

Shades of Downy #5DDAC4

Tints of Downy #5DDAC4

Color information

#5DDAC4 (or 0x5DDAC4) is unknown color: approx Downy. HEX triplet: 5D, DA and C4. RGB value is (93,218,196). Sum of RGB (Red+Green+Blue) = 93+218+196=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDAC4 is #A2253B. Grayscale: #B2B2B2. Windows color (decimal): -10626364 or 12900957. OLE color: 12900957.

HSL color Cylindrical-coordinate representation of color #5DDAC4: hue angle of 169.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAC4 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB93218196-
CMYK0.5700.100.15
HSL169.44º62.81%60.98%-
HSV(B)169.44º57.34%85.49%-
XYZ39.5556.4661.04-
YUV178.12138.0967.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.34%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=18.34%
G=43.00%
B=38.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932181960.5700.100.15169.4462.8160.98
Hex5DDAC4390AFa93f3d
Octal13533230471012172517775
Binary1011101110110101100010011100101010111110101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,218,196); }

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

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

 a { background-color: rgb(93,218,196); }

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

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

 span { border-color: rgb(93,218,196); }

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