#63CCBB

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

Shades of Downy #63CCBB

Tints of Downy #63CCBB

Color information

#63CCBB (or 0x63CCBB) is unknown color: approx Downy. HEX triplet: 63, CC and BB. RGB value is (99,204,187). Sum of RGB (Red+Green+Blue) = 99+204+187=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCBB is #9C3344. Grayscale: #AAAAAA. Windows color (decimal): -10236741 or 12307555. OLE color: 12307555.

HSL color Cylindrical-coordinate representation of color #63CCBB: hue angle of 170.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CCBB is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB99204187-
CMYK0.5100.080.2
HSL170.29º50.72%59.41%-
HSV(B)170.29º51.47%80%-
XYZ35.7149.4354.67-
YUV170.67137.2176.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=20.20%
G=41.63%
B=38.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041870.5100.080.2170.2950.7259.41
Hex63CCBB330814aa333b
Octal14331427363010242526373
Binary11000111100110010111011110011010001010010101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,204,187); }

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

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

 a { background-color: rgb(99,204,187); }

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

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

 span { border-color: rgb(99,204,187); }

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