#5AA493

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

Shades of Keppel #5AA493

Tints of Keppel #5AA493

Color information

#5AA493 (or 0x5AA493) is unknown color: approx Keppel. HEX triplet: 5A, A4 and 93. RGB value is (90,164,147). Sum of RGB (Red+Green+Blue) = 90+164+147=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA493 is #A55B6C. Grayscale: #8B8B8B. Windows color (decimal): -10836845 or 9675866. OLE color: 9675866.

HSL color Cylindrical-coordinate representation of color #5AA493: hue angle of 166.22º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA493 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB90164147-
CMYK0.4500.100.36
HSL166.22º29.13%49.8%-
HSV(B)166.22º45.12%64.31%-
XYZ22.7630.8332.36-
YUV139.94131.9892.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=22.44%
G=40.90%
B=36.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641470.4500.100.36166.2229.1349.8
Hex5AA4932D0A24a61d32
Octal13224422355012442463562
Binary10110101010010010010011101101010101001001010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,147); }

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

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

 a { background-color: rgb(90,164,147); }

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

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

 span { border-color: rgb(90,164,147); }

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