#5DEFBF

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

Shades of Downy #5DEFBF

Tints of Downy #5DEFBF

Color information

#5DEFBF (or 0x5DEFBF) is unknown color: approx Downy. HEX triplet: 5D, EF and BF. RGB value is (93,239,191). Sum of RGB (Red+Green+Blue) = 93+239+191=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFBF is #A21040. Grayscale: #BDBDBD. Windows color (decimal): -10620993 or 12578653. OLE color: 12578653.

HSL color Cylindrical-coordinate representation of color #5DEFBF: hue angle of 160.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFBF is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB93239191-
CMYK0.6100.200.06
HSL160.27º82.02%65.1%-
HSV(B)160.27º61.09%93.73%-
XYZ44.7867.8260.02-
YUV189.87128.6358.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 191 (75% from 255) = 36.52%
R=17.78%
G=45.70%
B=36.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932391910.6100.200.06160.2782.0265.1
Hex5DEFBF3D0146a05241
Octal135357277750246240122101
Binary101110111101111101111111111010101001101010000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,239,191); }

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

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

 a { background-color: rgb(93,239,191); }

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

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

 span { border-color: rgb(93,239,191); }

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