#5AAB8B

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

Shades of Keppel #5AAB8B

Tints of Keppel #5AAB8B

Color information

#5AAB8B (or 0x5AAB8B) is unknown color: approx Keppel. HEX triplet: 5A, AB and 8B. RGB value is (90,171,139). Sum of RGB (Red+Green+Blue) = 90+171+139=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB8B is #A55474. Grayscale: #8F8F8F. Windows color (decimal): -10835061 or 9153370. OLE color: 9153370.

HSL color Cylindrical-coordinate representation of color #5AAB8B: hue angle of 156.3º degrees, saturation: 0.33, 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 #5AAB8B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB90171139-
CMYK0.4700.190.33
HSL156.3º32.53%51.18%-
HSV(B)156.3º47.37%67.06%-
XYZ23.4433.1629.59-
YUV143.13125.6690.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=22.5%
G=42.75%
B=34.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711390.4700.190.33156.332.5351.18
Hex5AAB8B2F013219c2133
Octal13225321357023412344163
Binary1011010101010111000101110111101001110000110011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,139); }

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

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

 a { background-color: rgb(90,171,139); }

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

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

 span { border-color: rgb(90,171,139); }

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