#5fd7be

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

Shades of Downy #5FD7BE

Tints of Downy #5FD7BE

Color information

#5FD7BE (or 0x5FD7BE) is unknown color: approx Downy. HEX triplet: 5F, D7 and BE. RGB value is (95,215,190). Sum of RGB (Red+Green+Blue) = 95+215+190=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7BE is #A02841. Grayscale: #B0B0B0. Windows color (decimal): -10496066 or 12506975. OLE color: 12506975.

HSL color Cylindrical-coordinate representation of color #5FD7BE: hue angle of 167.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD7BE is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB95215190-
CMYK0.5600.120.16
HSL167.5º60%60.78%-
HSV(B)167.5º55.81%84.31%-
XYZ38.3154.7557.26-
YUV176.27135.7470.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 190 (74.61% from 255) = 38%
R=19%
G=43%
B=38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952151900.5600.120.16167.56060.78
Hex5FD7BE380C10a83c3d
Octal13732727670014202507475
Binary10111111101011110111110111000011001000010101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,215,190); }

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

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

 a { background-color: rgb(95,215,190); }

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

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

 span { border-color: rgb(95,215,190); }

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