#61C4BE

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

Shades of Downy #61C4BE

Tints of Downy #61C4BE

Color information

#61C4BE (or 0x61C4BE) is unknown color: approx Downy. HEX triplet: 61, C4 and BE. RGB value is (97,196,190). Sum of RGB (Red+Green+Blue) = 97+196+190=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C4BE is #9E3B41. Grayscale: #A5A5A5. Windows color (decimal): -10369858 or 12502113. OLE color: 12502113.

HSL color Cylindrical-coordinate representation of color #61C4BE: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C4BE is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB97196190-
CMYK0.5100.030.23
HSL176.36º45.62%57.45%-
HSV(B)176.36º50.51%76.86%-
XYZ33.9645.7455.75-
YUV165.72141.778.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=20.08%
G=40.58%
B=39.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961900.5100.030.23176.3645.6257.45
Hex61C4BE330317b02e39
Octal1413042766303272605671
Binary110000111000100101111101100110111011110110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,196,190); }

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

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

 a { background-color: rgb(97,196,190); }

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

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

 span { border-color: rgb(97,196,190); }

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