#63AE95

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

Shades of Keppel #63AE95

Tints of Keppel #63AE95

Color information

#63AE95 (or 0x63AE95) is unknown color: approx Keppel. HEX triplet: 63, AE and 95. RGB value is (99,174,149). Sum of RGB (Red+Green+Blue) = 99+174+149=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #63AE95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AE95 is #9C516A. Grayscale: #949494. Windows color (decimal): -10244459 or 9809507. OLE color: 9809507.

HSL color Cylindrical-coordinate representation of color #63AE95: hue angle of 160º 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 #63AE95 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB99174149-
CMYK0.4300.140.32
HSL160º31.65%53.53%-
HSV(B)160º43.1%68.24%-
XYZ25.7135.0933.85-
YUV148.72128.1592.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.46%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=23.46%
G=41.23%
B=35.31%

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
Decimal991741490.4300.140.3216031.6553.53
Hex63AE952B0E20a02036
Octal14325622553016402404066
Binary110001110101110100101011010110111010000010100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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