#61D8BB

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

Shades of Downy #61D8BB

Tints of Downy #61D8BB

Color information

#61D8BB (or 0x61D8BB) is unknown color: approx Downy. HEX triplet: 61, D8 and BB. RGB value is (97,216,187). Sum of RGB (Red+Green+Blue) = 97+216+187=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8BB is #9E2744. Grayscale: #B1B1B1. Windows color (decimal): -10364741 or 12310625. OLE color: 12310625.

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

Color convert

RGB97216187-
CMYK0.5500.130.15
HSL165.38º60.41%61.37%-
HSV(B)165.38º55.09%84.71%-
XYZ38.4655.2455.65-
YUV177.11133.5870.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=19.4%
G=43.2%
B=37.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161870.5500.130.15165.3860.4161.37
Hex61D8BB370DFa53c3d
Octal14133027367015172457475
Binary1100001110110001011101111011101101111110100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,187); }

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

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

 a { background-color: rgb(97,216,187); }

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

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

 span { border-color: rgb(97,216,187); }

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