#5AAA9A

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

Shades of Keppel #5AAA9A

Tints of Keppel #5AAA9A

Color information

#5AAA9A (or 0x5AAA9A) is unknown color: approx Keppel. HEX triplet: 5A, AA and 9A. RGB value is (90,170,154). Sum of RGB (Red+Green+Blue) = 90+170+154=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA9A is #A55565. Grayscale: #909090. Windows color (decimal): -10835302 or 10136154. OLE color: 10136154.

HSL color Cylindrical-coordinate representation of color #5AAA9A: hue angle of 168º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA9A is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB90170154-
CMYK0.4700.090.33
HSL168º32%50.98%-
HSV(B)168º47.06%66.67%-
XYZ24.4233.2635.7-
YUV144.26133.589.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.74%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=21.74%
G=41.06%
B=37.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901701540.4700.090.331683250.98
Hex5AAA9A2F0921a82033
Octal13225223257011412504063
Binary101101010101010100110101011110100110000110101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AAA9A; }

 p { color: rgb(90,170,154); }

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

<style>
 a { background-color: #5AAA9A; }

 a { background-color: rgb(90,170,154); }

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

<style>
 span { border-color: #5AAA9A; }

 span { border-color: rgb(90,170,154); }

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