#5AA988

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

Shades of Keppel #5AA988

Tints of Keppel #5AA988

Color information

#5AA988 (or 0x5AA988) is unknown color: approx Keppel. HEX triplet: 5A, A9 and 88. RGB value is (90,169,136). Sum of RGB (Red+Green+Blue) = 90+169+136=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA988 is #A55677. Grayscale: #8D8D8D. Windows color (decimal): -10835576 or 8956250. OLE color: 8956250.

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

Color convert

RGB90169136-
CMYK0.4700.200.34
HSL154.94º31.47%50.78%-
HSV(B)154.94º46.75%66.27%-
XYZ22.8532.3328.33-
YUV141.62124.8391.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=22.78%
G=42.78%
B=34.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901691360.4700.200.34154.9431.4750.78
Hex5AA9882F014229b1f33
Octal13225121057024422333763
Binary101101010101001100010001011110101001000101001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,169,136); }

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

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

 a { background-color: rgb(90,169,136); }

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

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

 span { border-color: rgb(90,169,136); }

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