#5AB48E

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

Shades of Keppel #5AB48E

Tints of Keppel #5AB48E

Color information

#5AB48E (or 0x5AB48E) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 8E. RGB value is (90,180,142). Sum of RGB (Red+Green+Blue) = 90+180+142=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB48E is #A54B71. Grayscale: #949494. Windows color (decimal): -10832754 or 9352282. OLE color: 9352282.

HSL color Cylindrical-coordinate representation of color #5AB48E: hue angle of 154.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB48E is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB90180142-
CMYK0.5000.210.29
HSL154.67º37.5%52.94%-
HSV(B)154.67º50%70.59%-
XYZ25.4236.7731.35-
YUV148.76124.1886.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.84%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=21.84%
G=43.69%
B=34.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801420.5000.210.29154.6737.552.94
Hex5AB48E320151D9b2635
Octal13226421662025352334665
Binary101101010110100100011101100100101011110110011011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,142); }

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

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

 a { background-color: rgb(90,180,142); }

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

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

 span { border-color: rgb(90,180,142); }

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