#63C6BE

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

Shades of Downy #63C6BE

Tints of Downy #63C6BE

Color information

#63C6BE (or 0x63C6BE) is unknown color: approx Downy. HEX triplet: 63, C6 and BE. RGB value is (99,198,190). Sum of RGB (Red+Green+Blue) = 99+198+190=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6BE is #9C3941. Grayscale: #A7A7A7. Windows color (decimal): -10238274 or 12502627. OLE color: 12502627.

HSL color Cylindrical-coordinate representation of color #63C6BE: hue angle of 175.15º 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 #63C6BE is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB99198190-
CMYK0.5000.040.22
HSL175.15º46.48%58.24%-
HSV(B)175.15º50%77.65%-
XYZ34.6346.7655.92-
YUV167.49140.779.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=20.33%
G=40.66%
B=39.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991981900.5000.040.22175.1546.4858.24
Hex63C6BE320416af2e3a
Octal1433062766204262575672
Binary1100011110001101011111011001001001011010101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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