#5DE6BA

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

Shades of Downy #5DE6BA

Tints of Downy #5DE6BA

Color information

#5DE6BA (or 0x5DE6BA) is unknown color: approx Downy. HEX triplet: 5D, E6 and BA. RGB value is (93,230,186). Sum of RGB (Red+Green+Blue) = 93+230+186=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #5DE6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE6BA is #A21945. Grayscale: #B8B8B8. Windows color (decimal): -10623302 or 12248669. OLE color: 12248669.

HSL color Cylindrical-coordinate representation of color #5DE6BA: hue angle of 160.73º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE6BA is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB93230186-
CMYK0.6000.190.10
HSL160.73º73.26%63.33%-
HSV(B)160.73º59.57%90.2%-
XYZ41.6762.4756.32-
YUV184.02129.1163.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.27%
GREEN value IS 230 (90.23% from 255) = 45.19%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=18.27%
G=45.19%
B=36.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal932301860.6000.190.10160.7373.2663.33
Hex5DE6BA3C013Aa1493f
Octal135346272740231224111177
Binary101110111100110101110101111000100111010101000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,230,186); }

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

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

 a { background-color: rgb(93,230,186); }

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

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

 span { border-color: rgb(93,230,186); }

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