#5ab08e

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

Shades of Keppel #5AB08E

Tints of Keppel #5AB08E

Color information

#5AB08E (or 0x5AB08E) is unknown color: approx Keppel. HEX triplet: 5A, B0 and 8E. RGB value is (90,176,142). Sum of RGB (Red+Green+Blue) = 90+176+142=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB08E is #A54F71. Grayscale: #929292. Windows color (decimal): -10833778 or 9351258. OLE color: 9351258.

HSL color Cylindrical-coordinate representation of color #5AB08E: hue angle of 156.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB08E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB90176142-
CMYK0.4900.190.31
HSL156.28º35.25%52.16%-
HSV(B)156.28º48.86%69.02%-
XYZ24.6235.1831.08-
YUV146.41125.5187.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.06%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=22.06%
G=43.14%
B=34.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901761420.4900.190.31156.2835.2552.16
Hex5AB08E310131F9c2334
Octal13226021661023372344364
Binary101101010110000100011101100010100111111110011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ab08e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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