#5DDBBF

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

Shades of Downy #5DDBBF

Tints of Downy #5DDBBF

Color information

#5DDBBF (or 0x5DDBBF) is unknown color: approx Downy. HEX triplet: 5D, DB and BF. RGB value is (93,219,191). Sum of RGB (Red+Green+Blue) = 93+219+191=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBBF is #A22440. Grayscale: #B2B2B2. Windows color (decimal): -10626113 or 12573533. OLE color: 12573533.

HSL color Cylindrical-coordinate representation of color #5DDBBF: hue angle of 166.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBBF is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB93219191-
CMYK0.5800.130.14
HSL166.67º63.64%61.18%-
HSV(B)166.67º57.53%85.88%-
XYZ39.2556.7558.18-
YUV178.13135.2667.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 191 (75% from 255) = 37.97%
R=18.49%
G=43.54%
B=37.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932191910.5800.130.14166.6763.6461.18
Hex5DDBBF3A0DEa7403d
Octal135333277720151624710075
Binary10111011101101110111111111010011011110101001111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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