#61CEBC

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

Shades of Downy #61CEBC

Tints of Downy #61CEBC

Color information

#61CEBC (or 0x61CEBC) is unknown color: approx Downy. HEX triplet: 61, CE and BC. RGB value is (97,206,188). Sum of RGB (Red+Green+Blue) = 97+206+188=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEBC is #9E3143. Grayscale: #ABABAB. Windows color (decimal): -10367300 or 12373601. OLE color: 12373601.

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

Color convert

RGB97206188-
CMYK0.5300.090.19
HSL170.09º52.66%59.41%-
HSV(B)170.09º52.91%80.78%-
XYZ36.0850.3155.39-
YUV171.36137.3974.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=19.76%
G=41.96%
B=38.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972061880.5300.090.19170.0952.6659.41
Hex61CEBC350913aa353b
Octal14131627465011232526573
Binary11000011100111010111100110101010011001110101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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