#63BA99

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

Shades of Keppel #63BA99

Tints of Keppel #63BA99

Color information

#63BA99 (or 0x63BA99) is unknown color: approx Keppel. HEX triplet: 63, BA and 99. RGB value is (99,186,153). Sum of RGB (Red+Green+Blue) = 99+186+153=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BA99 is #9C4566. Grayscale: #9C9C9C. Windows color (decimal): -10241383 or 10074723. OLE color: 10074723.

HSL color Cylindrical-coordinate representation of color #63BA99: hue angle of 157.24º 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 #63BA99 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB99186153-
CMYK0.4700.180.27
HSL157.24º38.67%55.88%-
HSV(B)157.24º46.77%72.94%-
XYZ28.4540.0736.37-
YUV156.22126.1887.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=22.60%
G=42.47%
B=34.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861530.4700.180.27157.2438.6755.88
Hex63BA992F0121B9d2738
Octal14327223157022332354770
Binary110001110111010100110011011110100101101110011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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