#5AAE8E

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

Shades of Keppel #5AAE8E

Tints of Keppel #5AAE8E

Color information

#5AAE8E (or 0x5AAE8E) is unknown color: approx Keppel. HEX triplet: 5A, AE and 8E. RGB value is (90,174,142). Sum of RGB (Red+Green+Blue) = 90+174+142=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAE8E is #A55171. Grayscale: #919191. Windows color (decimal): -10834290 or 9350746. OLE color: 9350746.

HSL color Cylindrical-coordinate representation of color #5AAE8E: hue angle of 157.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE8E is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB90174142-
CMYK0.4800.180.32
HSL157.14º34.15%51.76%-
HSV(B)157.14º48.28%68.24%-
XYZ24.2334.430.95-
YUV145.24126.1788.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.17%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=22.17%
G=42.86%
B=34.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901741420.4800.180.32157.1434.1551.76
Hex5AAE8E30012209d2234
Octal13225621660022402354264
Binary1011010101011101000111011000001001010000010011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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