#5FDDC3

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

Shades of Downy #5FDDC3

Tints of Downy #5FDDC3

Color information

#5FDDC3 (or 0x5FDDC3) is unknown color: approx Downy. HEX triplet: 5F, DD and C3. RGB value is (95,221,195). Sum of RGB (Red+Green+Blue) = 95+221+195=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDC3 is #A0223C. Grayscale: #B4B4B4. Windows color (decimal): -10494525 or 12836191. OLE color: 12836191.

HSL color Cylindrical-coordinate representation of color #5FDDC3: hue angle of 167.62º degrees, saturation: 0.65, 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 #5FDDC3 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB95221195-
CMYK0.5700.120.13
HSL167.62º64.95%61.96%-
HSV(B)167.62º57.01%86.67%-
XYZ40.4358.0960.71-
YUV180.36136.2667.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=18.59%
G=43.25%
B=38.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952211950.5700.120.13167.6264.9561.96
Hex5FDDC3390CDa8413e
Octal137335303710141525010176
Binary10111111101110111000011111001011001101101010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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