#5FF1C3

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

Shades of Downy #5FF1C3

Tints of Downy #5FF1C3

Color information

#5FF1C3 (or 0x5FF1C3) is unknown color: approx Downy. HEX triplet: 5F, F1 and C3. RGB value is (95,241,195). Sum of RGB (Red+Green+Blue) = 95+241+195=531 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.89% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1C3 is #A00E3C. Grayscale: #C0C0C0. Windows color (decimal): -10489405 or 12841311. OLE color: 12841311.

HSL color Cylindrical-coordinate representation of color #5FF1C3: hue angle of 161.1º 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 #5FF1C3 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB95241195-
CMYK0.6100.190.05
HSL161.1º83.91%65.88%-
HSV(B)161.1º60.58%94.51%-
XYZ46.0269.2862.58-
YUV192.1129.6358.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.89%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=17.89%
G=45.39%
B=36.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952411950.6100.190.05161.183.9165.88
Hex5FF1C33D0135a15442
Octal137361303750235241124102
Binary101111111110001110000111111010100111011010000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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