#63AA9C

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

Shades of Keppel #63AA9C

Tints of Keppel #63AA9C

Color information

#63AA9C (or 0x63AA9C) is unknown color: approx Keppel. HEX triplet: 63, AA and 9C. RGB value is (99,170,156). Sum of RGB (Red+Green+Blue) = 99+170+156=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA9C is #9C5563. Grayscale: #939393. Windows color (decimal): -10245476 or 10267235. OLE color: 10267235.

HSL color Cylindrical-coordinate representation of color #63AA9C: hue angle of 168.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA9C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB99170156-
CMYK0.4200.080.33
HSL168.17º29.46%52.75%-
HSV(B)168.17º41.76%66.67%-
XYZ25.5233.836.63-
YUV147.17132.9893.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.29%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=23.29%
G=40%
B=36.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701560.4200.080.33168.1729.4652.75
Hex63AA9C2A0821a81d35
Octal14325223452010412503565
Binary11000111010101010011100101010010001000011010100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,156); }

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

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

 a { background-color: rgb(99,170,156); }

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

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

 span { border-color: rgb(99,170,156); }

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