#5DF0BE

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

Shades of Downy #5DF0BE

Tints of Downy #5DF0BE

Color information

#5DF0BE (or 0x5DF0BE) is unknown color: approx Downy. HEX triplet: 5D, F0 and BE. RGB value is (93,240,190). Sum of RGB (Red+Green+Blue) = 93+240+190=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0BE is #A20F41. Grayscale: #BEBEBE. Windows color (decimal): -10620738 or 12513373. OLE color: 12513373.

HSL color Cylindrical-coordinate representation of color #5DF0BE: hue angle of 159.59º degrees, saturation: 0.83, 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 #5DF0BE is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB93240190-
CMYK0.6100.210.06
HSL159.59º83.05%65.29%-
HSV(B)159.59º61.25%94.12%-
XYZ44.9768.3759.54-
YUV190.35127.858.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=17.78%
G=45.89%
B=36.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932401900.6100.210.06159.5983.0565.29
Hex5DF0BE3D0156a05341
Octal135360276750256240123101
Binary101110111110000101111101111010101011101010000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,240,190); }

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

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

 a { background-color: rgb(93,240,190); }

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

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

 span { border-color: rgb(93,240,190); }

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