#5AB89A

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

Shades of Keppel #5AB89A

Tints of Keppel #5AB89A

Color information

#5AB89A (or 0x5AB89A) is unknown color: approx Keppel. HEX triplet: 5A, B8 and 9A. RGB value is (90,184,154). Sum of RGB (Red+Green+Blue) = 90+184+154=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB89A is #A54765. Grayscale: #989898. Windows color (decimal): -10831718 or 10139738. OLE color: 10139738.

HSL color Cylindrical-coordinate representation of color #5AB89A: hue angle of 160.85º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB89A is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB90184154-
CMYK0.5100.160.28
HSL160.85º39.83%53.73%-
HSV(B)160.85º51.09%72.16%-
XYZ27.1938.7936.63-
YUV152.47128.8683.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.03%
GREEN value IS 184 (72.27% from 255) = 42.99%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=21.03%
G=42.99%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901841540.5100.160.28160.8539.8353.73
Hex5AB89A330101Ca12836
Octal13227023263020342415066
Binary101101010111000100110101100110100001110010100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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