#61D0B8

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

Shades of Downy #61D0B8

Tints of Downy #61D0B8

Color information

#61D0B8 (or 0x61D0B8) is unknown color: approx Downy. HEX triplet: 61, D0 and B8. RGB value is (97,208,184). Sum of RGB (Red+Green+Blue) = 97+208+184=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0B8 is #9E2F47. Grayscale: #ACACAC. Windows color (decimal): -10366792 or 12111969. OLE color: 12111969.

HSL color Cylindrical-coordinate representation of color #61D0B8: hue angle of 167.03º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0B8 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB97208184-
CMYK0.5300.120.18
HSL167.03º54.15%59.8%-
HSV(B)167.03º53.37%81.57%-
XYZ36.1451.1153.31-
YUV172.08134.7374.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=19.84%
G=42.54%
B=37.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972081840.5300.120.18167.0354.1559.8
Hex61D0B8350C12a7363c
Octal14132027065014222476674
Binary11000011101000010111000110101011001001010100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,184); }

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

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

 a { background-color: rgb(97,208,184); }

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

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

 span { border-color: rgb(97,208,184); }

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