#61CBCA

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

Shades of Downy #61CBCA

Tints of Downy #61CBCA

Color information

#61CBCA (or 0x61CBCA) is unknown color: approx Downy. HEX triplet: 61, CB and CA. RGB value is (97,203,202). Sum of RGB (Red+Green+Blue) = 97+203+202=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBCA is #9E3435. Grayscale: #ABABAB. Windows color (decimal): -10368054 or 13290337. OLE color: 13290337.

HSL color Cylindrical-coordinate representation of color #61CBCA: hue angle of 179.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CBCA is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB97203202-
CMYK0.5200.000.20
HSL179.43º50.48%58.82%-
HSV(B)179.43º52.22%79.61%-
XYZ36.9549.5263.49-
YUV171.19145.3875.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.32%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=19.32%
G=40.44%
B=40.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972032020.5200.000.20179.4350.4858.82
Hex61CBCA340014b3323b
Octal1413133126400242636273
Binary11000011100101111001010110100001010010110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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