#63AE96

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

Shades of Keppel #63AE96

Tints of Keppel #63AE96

Color information

#63AE96 (or 0x63AE96) is unknown color: approx Keppel. HEX triplet: 63, AE and 96. RGB value is (99,174,150). Sum of RGB (Red+Green+Blue) = 99+174+150=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #63AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AE96 is #9C5169. Grayscale: #949494. Windows color (decimal): -10244458 or 9875043. OLE color: 9875043.

HSL color Cylindrical-coordinate representation of color #63AE96: hue angle of 160.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AE96 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB99174150-
CMYK0.4300.140.32
HSL160.8º31.65%53.53%-
HSV(B)160.8º43.1%68.24%-
XYZ25.7935.1334.28-
YUV148.84128.6592.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.40%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=23.40%
G=41.13%
B=35.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991741500.4300.140.32160.831.6553.53
Hex63AE962B0E20a12036
Octal14325622653016402414066
Binary110001110101110100101101010110111010000010100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,174,150); }

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

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

 a { background-color: rgb(99,174,150); }

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

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

 span { border-color: rgb(99,174,150); }

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