#61CFBB

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

Shades of Downy #61CFBB

Tints of Downy #61CFBB

Color information

#61CFBB (or 0x61CFBB) is unknown color: approx Downy. HEX triplet: 61, CF and BB. RGB value is (97,207,187). Sum of RGB (Red+Green+Blue) = 97+207+187=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFBB is #9E3044. Grayscale: #ABABAB. Windows color (decimal): -10367045 or 12308321. OLE color: 12308321.

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

Color convert

RGB97207187-
CMYK0.5300.100.19
HSL169.09º53.4%59.61%-
HSV(B)169.09º53.14%81.18%-
XYZ36.2150.7554.9-
YUV171.83136.5674.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=19.76%
G=42.16%
B=38.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972071870.5300.100.19169.0953.459.61
Hex61CFBB350A13a9353c
Octal14131727365012232516574
Binary11000011100111110111011110101010101001110101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,207,187); }

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

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

 a { background-color: rgb(97,207,187); }

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

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

 span { border-color: rgb(97,207,187); }

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