#5FD7C0

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

Shades of Downy #5FD7C0

Tints of Downy #5FD7C0

Color information

#5FD7C0 (or 0x5FD7C0) is unknown color: approx Downy. HEX triplet: 5F, D7 and C0. RGB value is (95,215,192). Sum of RGB (Red+Green+Blue) = 95+215+192=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7C0 is #A0283F. Grayscale: #B0B0B0. Windows color (decimal): -10496064 or 12638047. OLE color: 12638047.

HSL color Cylindrical-coordinate representation of color #5FD7C0: hue angle of 168.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 #5FD7C0 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB95215192-
CMYK0.5600.110.16
HSL168.5º60%60.78%-
HSV(B)168.5º55.81%84.31%-
XYZ38.5354.8458.42-
YUV176.5136.7469.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 215 (84.38% from 255) = 42.83%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=18.92%
G=42.83%
B=38.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952151920.5600.110.16168.56060.78
Hex5FD7C0380B10a83c3d
Octal13732730070013202507475
Binary10111111101011111000000111000010111000010101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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