#5AAD96

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

Shades of Keppel #5AAD96

Tints of Keppel #5AAD96

Color information

#5AAD96 (or 0x5AAD96) is unknown color: approx Keppel. HEX triplet: 5A, AD and 96. RGB value is (90,173,150). Sum of RGB (Red+Green+Blue) = 90+173+150=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD96 is #A55269. Grayscale: #919191. Windows color (decimal): -10834538 or 9874778. OLE color: 9874778.

HSL color Cylindrical-coordinate representation of color #5AAD96: hue angle of 163.37º 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 #5AAD96 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB90173150-
CMYK0.4800.130.32
HSL163.37º33.6%51.57%-
HSV(B)163.37º47.98%67.84%-
XYZ24.6734.2634.17-
YUV145.56130.588.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=21.79%
G=41.89%
B=36.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731500.4800.130.32163.3733.651.57
Hex5AAD96300D20a32234
Octal13225522660015402434264
Binary101101010101101100101101100000110110000010100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,173,150); }

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

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

 a { background-color: rgb(90,173,150); }

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

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

 span { border-color: rgb(90,173,150); }

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