#61D8BF

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

Shades of Downy #61D8BF

Tints of Downy #61D8BF

Color information

#61D8BF (or 0x61D8BF) is unknown color: approx Downy. HEX triplet: 61, D8 and BF. RGB value is (97,216,191). Sum of RGB (Red+Green+Blue) = 97+216+191=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8BF is #9E2740. Grayscale: #B1B1B1. Windows color (decimal): -10364737 or 12572769. OLE color: 12572769.

HSL color Cylindrical-coordinate representation of color #61D8BF: hue angle of 167.39º 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 #61D8BF is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB97216191-
CMYK0.5500.120.15
HSL167.39º60.41%61.37%-
HSV(B)167.39º55.09%84.71%-
XYZ38.8955.4157.94-
YUV177.57135.5870.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 37.90%
R=19.25%
G=42.86%
B=37.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161910.5500.120.15167.3960.4161.37
Hex61D8BF370CFa73c3d
Octal14133027767014172477475
Binary1100001110110001011111111011101100111110100111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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