#5DEBC9

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

Shades of Downy #5DEBC9

Tints of Downy #5DEBC9

Color information

#5DEBC9 (or 0x5DEBC9) is unknown color: approx Downy. HEX triplet: 5D, EB and C9. RGB value is (93,235,201). Sum of RGB (Red+Green+Blue) = 93+235+201=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBC9 is #A21436. Grayscale: #BCBCBC. Windows color (decimal): -10622007 or 13232989. OLE color: 13232989.

HSL color Cylindrical-coordinate representation of color #5DEBC9: hue angle of 165.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBC9 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB93235201-
CMYK0.6000.140.08
HSL165.63º78.02%64.31%-
HSV(B)165.63º60.43%92.16%-
XYZ44.7765.9665.63-
YUV188.67134.9659.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.58%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=17.58%
G=44.42%
B=38.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932352010.6000.140.08165.6378.0264.31
Hex5DEBC93C0E8a64e40
Octal1353533117401610246116100
Binary101110111101011110010011111000111010001010011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,235,201); }

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

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

 a { background-color: rgb(93,235,201); }

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

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

 span { border-color: rgb(93,235,201); }

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