#63D5D1

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

Shades of Downy #63D5D1

Tints of Downy #63D5D1

Color information

#63D5D1 (or 0x63D5D1) is unknown color: approx Downy. HEX triplet: 63, D5 and D1. RGB value is (99,213,209). Sum of RGB (Red+Green+Blue) = 99+213+209=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #63D5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D5D1 is #9C2A2E. Grayscale: #B2B2B2. Windows color (decimal): -10234415 or 13751651. OLE color: 13751651.

HSL color Cylindrical-coordinate representation of color #63D5D1: hue angle of 177.89º 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 #63D5D1 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB99213209-
CMYK0.5400.020.16
HSL177.89º57.58%61.18%-
HSV(B)177.89º53.52%83.53%-
XYZ40.4554.8468.78-
YUV178.46145.2371.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.00%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=19.00%
G=40.88%
B=40.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992132090.5400.020.16177.8957.5861.18
Hex63D5D1360210b23a3d
Octal1433253216602202627275
Binary110001111010101110100011101100101000010110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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