#61D8C8

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

Shades of Downy #61D8C8

Tints of Downy #61D8C8

Color information

#61D8C8 (or 0x61D8C8) is unknown color: approx Downy. HEX triplet: 61, D8 and C8. RGB value is (97,216,200). Sum of RGB (Red+Green+Blue) = 97+216+200=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8C8 is #9E2737. Grayscale: #B2B2B2. Windows color (decimal): -10364728 or 13162593. OLE color: 13162593.

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

Color convert

RGB97216200-
CMYK0.5500.070.15
HSL171.93º60.41%61.37%-
HSV(B)171.93º55.09%84.71%-
XYZ39.9155.8263.32-
YUV178.6140.0869.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.91%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=18.91%
G=42.11%
B=38.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972162000.5500.070.15171.9360.4161.37
Hex61D8C83707Fac3c3d
Octal1413303106707172547475
Binary110000111011000110010001101110111111110101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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