#61CEC8

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

Shades of Downy #61CEC8

Tints of Downy #61CEC8

Color information

#61CEC8 (or 0x61CEC8) is unknown color: approx Downy. HEX triplet: 61, CE and C8. RGB value is (97,206,200). Sum of RGB (Red+Green+Blue) = 97+206+200=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC8 is #9E3137. Grayscale: #ACACAC. Windows color (decimal): -10367288 or 13160033. OLE color: 13160033.

HSL color Cylindrical-coordinate representation of color #61CEC8: hue angle of 176.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEC8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB97206200-
CMYK0.5300.030.19
HSL176.7º52.66%59.41%-
HSV(B)176.7º52.91%80.78%-
XYZ37.4350.8562.49-
YUV172.73143.3973.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=19.28%
G=40.95%
B=39.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972062000.5300.030.19176.752.6659.41
Hex61CEC8350313b1353b
Octal1413163106503232616573
Binary110000111001110110010001101010111001110110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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