#63C2BD

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

Shades of Downy #63C2BD

Tints of Downy #63C2BD

Color information

#63C2BD (or 0x63C2BD) is unknown color: approx Downy. HEX triplet: 63, C2 and BD. RGB value is (99,194,189). Sum of RGB (Red+Green+Blue) = 99+194+189=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #63C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2BD is #9C3D42. Grayscale: #A4A4A4. Windows color (decimal): -10239299 or 12436067. OLE color: 12436067.

HSL color Cylindrical-coordinate representation of color #63C2BD: hue angle of 176.84º 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 #63C2BD is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB99194189-
CMYK0.4900.030.24
HSL176.84º43.78%57.45%-
HSV(B)176.84º48.97%76.08%-
XYZ33.6244.9155.04-
YUV165.02141.5380.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.54%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=20.54%
G=40.25%
B=39.21%

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
Decimal991941890.4900.030.24176.8443.7857.45
Hex63C2BD310318b12c39
Octal1433022756103302615471
Binary110001111000010101111011100010111100010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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