#61CDBE

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

Shades of Downy #61CDBE

Tints of Downy #61CDBE

Color information

#61CDBE (or 0x61CDBE) is unknown color: approx Downy. HEX triplet: 61, CD and BE. RGB value is (97,205,190). Sum of RGB (Red+Green+Blue) = 97+205+190=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDBE is #9E3241. Grayscale: #AAAAAA. Windows color (decimal): -10367554 or 12504417. OLE color: 12504417.

HSL color Cylindrical-coordinate representation of color #61CDBE: hue angle of 171.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDBE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB97205190-
CMYK0.5300.070.20
HSL171.67º51.92%59.22%-
HSV(B)171.67º52.68%80.39%-
XYZ36.0649.9256.45-
YUV171138.7275.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=19.72%
G=41.67%
B=38.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051900.5300.070.20171.6751.9259.22
Hex61CDBE350714ac343b
Octal1413152766507242546473
Binary1100001110011011011111011010101111010010101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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