#63A896

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

Shades of Keppel #63A896

Tints of Keppel #63A896

Color information

#63A896 (or 0x63A896) is unknown color: approx Keppel. HEX triplet: 63, A8 and 96. RGB value is (99,168,150). Sum of RGB (Red+Green+Blue) = 99+168+150=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #63A896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A896 is #9C5769. Grayscale: #919191. Windows color (decimal): -10245994 or 9873507. OLE color: 9873507.

HSL color Cylindrical-coordinate representation of color #63A896: hue angle of 164.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A896 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB99168150-
CMYK0.4100.110.34
HSL164.35º28.4%52.35%-
HSV(B)164.35º41.07%65.88%-
XYZ24.6532.8633.9-
YUV145.32130.6494.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=23.74%
G=40.29%
B=35.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal991681500.4100.110.34164.3528.452.35
Hex63A896290B22a41c34
Octal14325022651013422443464
Binary11000111010100010010110101001010111000101010010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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