#5FDFC2

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

Shades of Downy #5FDFC2

Tints of Downy #5FDFC2

Color information

#5FDFC2 (or 0x5FDFC2) is unknown color: approx Downy. HEX triplet: 5F, DF and C2. RGB value is (95,223,194). Sum of RGB (Red+Green+Blue) = 95+223+194=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFC2 is #A0203D. Grayscale: #B5B5B5. Windows color (decimal): -10494014 or 12771167. OLE color: 12771167.

HSL color Cylindrical-coordinate representation of color #5FDFC2: hue angle of 166.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFC2 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB95223194-
CMYK0.5700.130.13
HSL166.41º66.67%62.35%-
HSV(B)166.41º57.4%87.45%-
XYZ40.8459.160.29-
YUV181.42135.0966.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=18.55%
G=43.55%
B=37.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952231940.5700.130.13166.4166.6762.35
Hex5FDFC2390DDa6433e
Octal137337302710151524610376
Binary10111111101111111000010111001011011101101001101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,223,194); }

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

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

 a { background-color: rgb(95,223,194); }

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

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

 span { border-color: rgb(95,223,194); }

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