#61D7C0

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

Shades of Downy #61D7C0

Tints of Downy #61D7C0

Color information

#61D7C0 (or 0x61D7C0) is unknown color: approx Downy. HEX triplet: 61, D7 and C0. RGB value is (97,215,192). Sum of RGB (Red+Green+Blue) = 97+215+192=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7C0 is #9E283F. Grayscale: #B1B1B1. Windows color (decimal): -10364992 or 12638049. OLE color: 12638049.

HSL color Cylindrical-coordinate representation of color #61D7C0: hue angle of 168.31º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D7C0 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB97215192-
CMYK0.5500.110.16
HSL168.31º59.6%61.18%-
HSV(B)168.31º54.88%84.31%-
XYZ38.7454.9558.43-
YUV177.1136.4170.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=19.25%
G=42.66%
B=38.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972151920.5500.110.16168.3159.661.18
Hex61D7C0370B10a83c3d
Octal14132730067013202507475
Binary11000011101011111000000110111010111000010101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,215,192); }

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

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

 a { background-color: rgb(97,215,192); }

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

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

 span { border-color: rgb(97,215,192); }

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