#5AA699

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

Shades of Keppel #5AA699

Tints of Keppel #5AA699

Color information

#5AA699 (or 0x5AA699) is unknown color: approx Keppel. HEX triplet: 5A, A6 and 99. RGB value is (90,166,153). Sum of RGB (Red+Green+Blue) = 90+166+153=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA699 is #A55966. Grayscale: #8D8D8D. Windows color (decimal): -10836327 or 10069594. OLE color: 10069594.

HSL color Cylindrical-coordinate representation of color #5AA699: hue angle of 169.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA699 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB90166153-
CMYK0.4600.080.35
HSL169.74º29.92%50.2%-
HSV(B)169.74º45.78%65.1%-
XYZ23.631.7535.02-
YUV141.79134.3291.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.00%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=22.00%
G=40.59%
B=37.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661530.4600.080.35169.7429.9250.2
Hex5AA6992E0823aa1e32
Octal13224623156010432523662
Binary10110101010011010011001101110010001000111010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,153); }

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

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

 a { background-color: rgb(90,166,153); }

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

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

 span { border-color: rgb(90,166,153); }

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