#5AA89A

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

Shades of Keppel #5AA89A

Tints of Keppel #5AA89A

Color information

#5AA89A (or 0x5AA89A) is unknown color: approx Keppel. HEX triplet: 5A, A8 and 9A. RGB value is (90,168,154). Sum of RGB (Red+Green+Blue) = 90+168+154=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA89A is #A55765. Grayscale: #8F8F8F. Windows color (decimal): -10835814 or 10135642. OLE color: 10135642.

HSL color Cylindrical-coordinate representation of color #5AA89A: hue angle of 169.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA89A is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB90168154-
CMYK0.4600.080.34
HSL169.23º30.95%50.59%-
HSV(B)169.23º46.43%65.88%-
XYZ24.0532.5135.58-
YUV143.08134.1690.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.84%
GREEN value IS 168 (66.02% from 255) = 40.78%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=21.84%
G=40.78%
B=37.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901681540.4600.080.34169.2330.9550.59
Hex5AA89A2E0822a91f33
Octal13225023256010422513763
Binary10110101010100010011010101110010001000101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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