#5DD7BE

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

Shades of Downy #5DD7BE

Tints of Downy #5DD7BE

Color information

#5DD7BE (or 0x5DD7BE) is unknown color: approx Downy. HEX triplet: 5D, D7 and BE. RGB value is (93,215,190). Sum of RGB (Red+Green+Blue) = 93+215+190=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7BE is #A22841. Grayscale: #AFAFAF. Windows color (decimal): -10627138 or 12506973. OLE color: 12506973.

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

Color convert

RGB93215190-
CMYK0.5700.120.16
HSL167.7º60.4%60.39%-
HSV(B)167.7º56.74%84.31%-
XYZ38.1154.6557.25-
YUV175.67136.0869.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.67%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=18.67%
G=43.17%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151900.5700.120.16167.760.460.39
Hex5DD7BE390C10a83c3c
Octal13532727671014202507474
Binary10111011101011110111110111001011001000010101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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