#63D1C6

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

Shades of Downy #63D1C6

Tints of Downy #63D1C6

Color information

#63D1C6 (or 0x63D1C6) is unknown color: approx Downy. HEX triplet: 63, D1 and C6. RGB value is (99,209,198). Sum of RGB (Red+Green+Blue) = 99+209+198=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1C6 is #9C2E39. Grayscale: #AEAEAE. Windows color (decimal): -10235450 or 13029731. OLE color: 13029731.

HSL color Cylindrical-coordinate representation of color #63D1C6: hue angle of 174º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D1C6 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB99209198-
CMYK0.5300.050.18
HSL174º54.46%60.39%-
HSV(B)174º52.63%81.96%-
XYZ38.1452.3361.52-
YUV174.86141.0673.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.57%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=19.57%
G=41.30%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992091980.5300.050.1817454.4660.39
Hex63D1C6350512ae363c
Octal1433213066505222566674
Binary1100011110100011100011011010101011001010101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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