#61CECB

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

Shades of Downy #61CECB

Tints of Downy #61CECB

Color information

#61CECB (or 0x61CECB) is unknown color: approx Downy. HEX triplet: 61, CE and CB. RGB value is (97,206,203). Sum of RGB (Red+Green+Blue) = 97+206+203=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #61CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECB is #9E3134. Grayscale: #ACACAC. Windows color (decimal): -10367285 or 13356641. OLE color: 13356641.

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

Color convert

RGB97206203-
CMYK0.5300.010.19
HSL178.35º52.66%59.41%-
HSV(B)178.35º52.91%80.78%-
XYZ37.785164.35-
YUV173.07144.8973.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.17%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=19.17%
G=40.71%
B=40.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972062030.5300.010.19178.3552.6659.41
Hex61CECB350113b2353b
Octal1413163136501232626573
Binary11000011100111011001011110101011001110110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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