#5FF1C0

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

Shades of Downy #5FF1C0

Tints of Downy #5FF1C0

Color information

#5FF1C0 (or 0x5FF1C0) is unknown color: approx Downy. HEX triplet: 5F, F1 and C0. RGB value is (95,241,192). Sum of RGB (Red+Green+Blue) = 95+241+192=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1C0 is #A00E3F. Grayscale: #BFBFBF. Windows color (decimal): -10489408 or 12644703. OLE color: 12644703.

HSL color Cylindrical-coordinate representation of color #5FF1C0: hue angle of 159.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF1C0 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB95241192-
CMYK0.6100.200.05
HSL159.86º83.91%65.88%-
HSV(B)159.86º60.58%94.51%-
XYZ45.6969.1560.81-
YUV191.76128.1358.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=17.99%
G=45.64%
B=36.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952411920.6100.200.05159.8683.9165.88
Hex5FF1C03D0145a05442
Octal137361300750245240124102
Binary101111111110001110000001111010101001011010000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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