#63CFC1

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

Shades of Downy #63CFC1

Tints of Downy #63CFC1

Color information

#63CFC1 (or 0x63CFC1) is unknown color: approx Downy. HEX triplet: 63, CF and C1. RGB value is (99,207,193). Sum of RGB (Red+Green+Blue) = 99+207+193=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFC1 is #9C303E. Grayscale: #ADADAD. Windows color (decimal): -10235967 or 12701539. OLE color: 12701539.

HSL color Cylindrical-coordinate representation of color #63CFC1: hue angle of 172.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFC1 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB99207193-
CMYK0.5200.070.19
HSL172.22º52.94%60%-
HSV(B)172.22º52.17%81.18%-
XYZ37.0851.1358.37-
YUV173.11139.2275.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.84%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=19.84%
G=41.48%
B=38.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992071930.5200.070.19172.2252.9460
Hex63CFC1340713ac353c
Octal1433173016407232546574
Binary1100011110011111100000111010001111001110101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,207,193); }

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

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

 a { background-color: rgb(99,207,193); }

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

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

 span { border-color: rgb(99,207,193); }

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