#61F2BC

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

Shades of Downy #61F2BC

Tints of Downy #61F2BC

Color information

#61F2BC (or 0x61F2BC) is unknown color: approx Downy. HEX triplet: 61, F2 and BC. RGB value is (97,242,188). Sum of RGB (Red+Green+Blue) = 97+242+188=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2BC is #9E0D43. Grayscale: #C0C0C0. Windows color (decimal): -10358084 or 12382817. OLE color: 12382817.

HSL color Cylindrical-coordinate representation of color #61F2BC: hue angle of 157.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F2BC is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB97242188-
CMYK0.6000.220.05
HSL157.66º84.8%66.47%-
HSV(B)157.66º59.92%94.9%-
XYZ45.7669.6858.61-
YUV192.49125.4659.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=18.41%
G=45.92%
B=35.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972421880.6000.220.05157.6684.866.47
Hex61F2BC3C01659e5542
Octal141362274740265236125102
Binary110000111110010101111001111000101101011001111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F2BC; }

 p { color: rgb(97,242,188); }

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

<style>
 a { background-color: #61F2BC; }

 a { background-color: rgb(97,242,188); }

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

<style>
 span { border-color: #61F2BC; }

 span { border-color: rgb(97,242,188); }

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