#63c6b9

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

Shades of Downy #63C6B9

Tints of Downy #63C6B9

Color information

#63C6B9 (or 0x63C6B9) is unknown color: approx Downy. HEX triplet: 63, C6 and B9. RGB value is (99,198,185). Sum of RGB (Red+Green+Blue) = 99+198+185=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6B9 is #9C3946. Grayscale: #A6A6A6. Windows color (decimal): -10238279 or 12174947. OLE color: 12174947.

HSL color Cylindrical-coordinate representation of color #63C6B9: hue angle of 172.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C6B9 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB99198185-
CMYK0.5000.070.22
HSL172.12º46.48%58.24%-
HSV(B)172.12º50%77.65%-
XYZ34.146.5453.09-
YUV166.92138.279.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.54%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=20.54%
G=41.08%
B=38.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991981850.5000.070.22172.1246.4858.24
Hex63C6B9320716ac2e3a
Octal1433062716207262545672
Binary1100011110001101011100111001001111011010101100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63c6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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