#5DD7C3

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

Shades of Downy #5DD7C3

Tints of Downy #5DD7C3

Color information

#5DD7C3 (or 0x5DD7C3) is unknown color: approx Downy. HEX triplet: 5D, D7 and C3. RGB value is (93,215,195). Sum of RGB (Red+Green+Blue) = 93+215+195=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7C3 is #A2283C. Grayscale: #B0B0B0. Windows color (decimal): -10627133 or 12834653. OLE color: 12834653.

HSL color Cylindrical-coordinate representation of color #5DD7C3: hue angle of 170.16º 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 #5DD7C3 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB93215195-
CMYK0.5700.090.16
HSL170.16º60.4%60.39%-
HSV(B)170.16º56.74%84.31%-
XYZ38.6654.8760.18-
YUV176.24138.5868.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=18.49%
G=42.74%
B=38.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151950.5700.090.16170.1660.460.39
Hex5DD7C3390910aa3c3c
Octal13532730371011202527474
Binary10111011101011111000011111001010011000010101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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