#61CDCB

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

Shades of Downy #61CDCB

Tints of Downy #61CDCB

Color information

#61CDCB (or 0x61CDCB) is unknown color: approx Downy. HEX triplet: 61, CD and CB. RGB value is (97,205,203). Sum of RGB (Red+Green+Blue) = 97+205+203=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDCB is #9E3234. Grayscale: #ACACAC. Windows color (decimal): -10367541 or 13356385. OLE color: 13356385.

HSL color Cylindrical-coordinate representation of color #61CDCB: hue angle of 178.89º 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 #61CDCB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB97205203-
CMYK0.5300.010.20
HSL178.89º51.92%59.22%-
HSV(B)178.89º52.68%80.39%-
XYZ37.5450.5264.27-
YUV172.48145.2274.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=19.21%
G=40.59%
B=40.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972052030.5300.010.20178.8951.9259.22
Hex61CDCB350114b3343b
Octal1413153136501242636473
Binary11000011100110111001011110101011010010110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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