#5DC7BE

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

Shades of Downy #5DC7BE

Tints of Downy #5DC7BE

Color information

#5DC7BE (or 0x5DC7BE) is unknown color: approx Downy. HEX triplet: 5D, C7 and BE. RGB value is (93,199,190). Sum of RGB (Red+Green+Blue) = 93+199+190=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC7BE is #A23841. Grayscale: #A6A6A6. Windows color (decimal): -10631234 or 12502877. OLE color: 12502877.

HSL color Cylindrical-coordinate representation of color #5DC7BE: hue angle of 174.91º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC7BE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB93199190-
CMYK0.5300.050.22
HSL174.91º48.62%57.25%-
HSV(B)174.91º53.27%78.04%-
XYZ34.2346.8955.96-
YUV166.28141.3875.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.29%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=19.29%
G=41.29%
B=39.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal931991900.5300.050.22174.9148.6257.25
Hex5DC7BE350516af3139
Octal1353072766505262576171
Binary1011101110001111011111011010101011011010101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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