#63D5BF

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

Shades of Downy #63D5BF

Tints of Downy #63D5BF

Color information

#63D5BF (or 0x63D5BF) is unknown color: approx Downy. HEX triplet: 63, D5 and BF. RGB value is (99,213,191). Sum of RGB (Red+Green+Blue) = 99+213+191=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #63D5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D5BF is #9C2A40. Grayscale: #B0B0B0. Windows color (decimal): -10234433 or 12572003. OLE color: 12572003.

HSL color Cylindrical-coordinate representation of color #63D5BF: hue angle of 168.42º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D5BF is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB99213191-
CMYK0.5400.100.16
HSL168.42º57.58%61.18%-
HSV(B)168.42º53.52%83.53%-
XYZ38.345457.69-
YUV176.41136.2372.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.68%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 191 (75% from 255) = 37.97%
R=19.68%
G=42.35%
B=37.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992131910.5400.100.16168.4257.5861.18
Hex63D5BF360A10a83a3d
Octal14332527766012202507275
Binary11000111101010110111111110110010101000010101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,213,191); }

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

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

 a { background-color: rgb(99,213,191); }

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

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

 span { border-color: rgb(99,213,191); }

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