#5DF5BB

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

Shades of Downy #5DF5BB

Tints of Downy #5DF5BB

Color information

#5DF5BB (or 0x5DF5BB) is unknown color: approx Downy. HEX triplet: 5D, F5 and BB. RGB value is (93,245,187). Sum of RGB (Red+Green+Blue) = 93+245+187=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF5BB is #A20A44. Grayscale: #C1C1C1. Windows color (decimal): -10619461 or 12318045. OLE color: 12318045.

HSL color Cylindrical-coordinate representation of color #5DF5BB: hue angle of 157.11º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF5BB is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB93245187-
CMYK0.6200.240.04
HSL157.11º88.37%66.27%-
HSV(B)157.11º62.04%96.08%-
XYZ46.1471.2258.33-
YUV192.94124.6456.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 245 (96.09% from 255) = 46.67%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=17.71%
G=46.67%
B=35.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932451870.6200.240.04157.1188.3766.27
Hex5DF5BB3E01849d5842
Octal135365273760304235130102
Binary101110111110101101110111111100110001001001110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,245,187); }

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

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

 a { background-color: rgb(93,245,187); }

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

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

 span { border-color: rgb(93,245,187); }

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