#63C2BC

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

Shades of Downy #63C2BC

Tints of Downy #63C2BC

Color information

#63C2BC (or 0x63C2BC) is unknown color: approx Downy. HEX triplet: 63, C2 and BC. RGB value is (99,194,188). Sum of RGB (Red+Green+Blue) = 99+194+188=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #63C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2BC is #9C3D43. Grayscale: #A4A4A4. Windows color (decimal): -10239300 or 12370531. OLE color: 12370531.

HSL color Cylindrical-coordinate representation of color #63C2BC: hue angle of 176.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C2BC is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB99194188-
CMYK0.4900.030.24
HSL176.21º43.78%57.45%-
HSV(B)176.21º48.97%76.08%-
XYZ33.5144.8754.47-
YUV164.91141.0380.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.58%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=20.58%
G=40.33%
B=39.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal991941880.4900.030.24176.2143.7857.45
Hex63C2BC310318b02c39
Octal1433022746103302605471
Binary110001111000010101111001100010111100010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63C2BC; }

 p { color: rgb(99,194,188); }

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

<style>
 a { background-color: #63C2BC; }

 a { background-color: rgb(99,194,188); }

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

<style>
 span { border-color: #63C2BC; }

 span { border-color: rgb(99,194,188); }

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