#63AA9B

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

Shades of Keppel #63AA9B

Tints of Keppel #63AA9B

Color information

#63AA9B (or 0x63AA9B) is unknown color: approx Keppel. HEX triplet: 63, AA and 9B. RGB value is (99,170,155). Sum of RGB (Red+Green+Blue) = 99+170+155=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA9B is #9C5564. Grayscale: #939393. Windows color (decimal): -10245477 or 10201699. OLE color: 10201699.

HSL color Cylindrical-coordinate representation of color #63AA9B: hue angle of 167.32º 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 #63AA9B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB99170155-
CMYK0.4200.090.33
HSL167.32º29.46%52.75%-
HSV(B)167.32º41.76%66.67%-
XYZ25.4433.7736.19-
YUV147.06132.4893.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.35%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=23.35%
G=40.09%
B=36.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701550.4200.090.33167.3229.4652.75
Hex63AA9B2A0921a71d35
Octal14325223352011412473565
Binary11000111010101010011011101010010011000011010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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