#61D8CA

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

Shades of Downy #61D8CA

Tints of Downy #61D8CA

Color information

#61D8CA (or 0x61D8CA) is unknown color: approx Downy. HEX triplet: 61, D8 and CA. RGB value is (97,216,202). Sum of RGB (Red+Green+Blue) = 97+216+202=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8CA is #9E2735. Grayscale: #B2B2B2. Windows color (decimal): -10364726 or 13293665. OLE color: 13293665.

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

Color convert

RGB97216202-
CMYK0.5500.060.15
HSL172.94º60.41%61.37%-
HSV(B)172.94º55.09%84.71%-
XYZ40.1555.9264.55-
YUV178.82141.0869.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.83%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=18.83%
G=41.94%
B=39.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972162020.5500.060.15172.9460.4161.37
Hex61D8CA3706Fad3c3d
Octal1413303126706172557475
Binary110000111011000110010101101110110111110101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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