#63BAA1

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

Shades of Keppel #63BAA1

Tints of Keppel #63BAA1

Color information

#63BAA1 (or 0x63BAA1) is unknown color: approx Keppel. HEX triplet: 63, BA and A1. RGB value is (99,186,161). Sum of RGB (Red+Green+Blue) = 99+186+161=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAA1 is #9C455E. Grayscale: #9D9D9D. Windows color (decimal): -10241375 or 10599011. OLE color: 10599011.

HSL color Cylindrical-coordinate representation of color #63BAA1: hue angle of 162.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BAA1 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB99186161-
CMYK0.4700.130.27
HSL162.76º38.67%55.88%-
HSV(B)162.76º46.77%72.94%-
XYZ29.1440.3439.97-
YUV157.14130.1886.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.20%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=22.20%
G=41.70%
B=36.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861610.4700.130.27162.7638.6755.88
Hex63BAA12F0D1Ba32738
Octal14327224157015332434770
Binary11000111011101010100001101111011011101110100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,161); }

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

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

 a { background-color: rgb(99,186,161); }

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

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

 span { border-color: rgb(99,186,161); }

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