#63DDBB

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

Shades of Downy #63DDBB

Tints of Downy #63DDBB

Color information

#63DDBB (or 0x63DDBB) is unknown color: approx Downy. HEX triplet: 63, DD and BB. RGB value is (99,221,187). Sum of RGB (Red+Green+Blue) = 99+221+187=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDBB is #9C2244. Grayscale: #B4B4B4. Windows color (decimal): -10232389 or 12311907. OLE color: 12311907.

HSL color Cylindrical-coordinate representation of color #63DDBB: hue angle of 163.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDBB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB99221187-
CMYK0.5500.150.13
HSL163.28º64.21%62.75%-
HSV(B)163.28º55.2%86.67%-
XYZ39.9757.9556.09-
YUV180.65131.5869.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.53%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=19.53%
G=43.59%
B=36.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992211870.5500.150.13163.2864.2162.75
Hex63DDBB370FDa3403f
Octal143335273670171524310077
Binary11000111101110110111011110111011111101101000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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