#61D9CB

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

Shades of Downy #61D9CB

Tints of Downy #61D9CB

Color information

#61D9CB (or 0x61D9CB) is unknown color: approx Downy. HEX triplet: 61, D9 and CB. RGB value is (97,217,203). Sum of RGB (Red+Green+Blue) = 97+217+203=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9CB is #9E2634. Grayscale: #B3B3B3. Windows color (decimal): -10364469 or 13359457. OLE color: 13359457.

HSL color Cylindrical-coordinate representation of color #61D9CB: hue angle of 173º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9CB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB97217203-
CMYK0.5500.060.15
HSL173º61.22%61.57%-
HSV(B)173º55.3%85.1%-
XYZ40.5256.4865.27-
YUV179.52141.2469.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=18.76%
G=41.97%
B=39.26%

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
Decimal972172030.5500.060.1517361.2261.57
Hex61D9CB3706Fad3d3e
Octal1413313136706172557576
Binary110000111011001110010111101110110111110101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,217,203); }

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

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

 a { background-color: rgb(97,217,203); }

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

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

 span { border-color: rgb(97,217,203); }

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