#63C0BE

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

Shades of Fountain Blue #63C0BE

Tints of Fountain Blue #63C0BE

Color information

#63C0BE (or 0x63C0BE) is unknown color: approx Fountain Blue. HEX triplet: 63, C0 and BE. RGB value is (99,192,190). Sum of RGB (Red+Green+Blue) = 99+192+190=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0BE is #9C3F41. Grayscale: #A3A3A3. Windows color (decimal): -10239810 or 12501091. OLE color: 12501091.

HSL color Cylindrical-coordinate representation of color #63C0BE: hue angle of 178.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63C0BE is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB99192190-
CMYK0.4800.010.25
HSL178.71º42.47%57.06%-
HSV(B)178.71º48.44%75.29%-
XYZ33.2944.0755.47-
YUV163.96142.6981.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.58%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=20.58%
G=39.92%
B=39.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991921900.4800.010.25178.7142.4757.06
Hex63C0BE300119b32a39
Octal1433002766001312635271
Binary11000111100000010111110110000011100110110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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