#5FE0C6

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

Shades of Downy #5FE0C6

Tints of Downy #5FE0C6

Color information

#5FE0C6 (or 0x5FE0C6) is unknown color: approx Downy. HEX triplet: 5F, E0 and C6. RGB value is (95,224,198). Sum of RGB (Red+Green+Blue) = 95+224+198=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE0C6 is #A01F39. Grayscale: #B6B6B6. Windows color (decimal): -10493754 or 13033567. OLE color: 13033567.

HSL color Cylindrical-coordinate representation of color #5FE0C6: hue angle of 167.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE0C6 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB95224198-
CMYK0.5800.120.12
HSL167.91º67.54%62.55%-
HSV(B)167.91º57.59%87.84%-
XYZ41.5759.8262.78-
YUV182.46136.7665.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.38%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=18.38%
G=43.33%
B=38.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952241980.5800.120.12167.9167.5462.55
Hex5FE0C63A0CCa8443f
Octal137340306720141425010477
Binary10111111110000011000110111010011001100101010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,224,198); }

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

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

 a { background-color: rgb(95,224,198); }

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

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

 span { border-color: rgb(95,224,198); }

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