#5AB99E

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

Shades of Keppel #5AB99E

Tints of Keppel #5AB99E

Color information

#5AB99E (or 0x5AB99E) is unknown color: approx Keppel. HEX triplet: 5A, B9 and 9E. RGB value is (90,185,158). Sum of RGB (Red+Green+Blue) = 90+185+158=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB99E is #A54661. Grayscale: #999999. Windows color (decimal): -10831458 or 10402138. OLE color: 10402138.

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

Color convert

RGB90185158-
CMYK0.5100.150.27
HSL162.95º40.43%53.92%-
HSV(B)162.95º51.35%72.55%-
XYZ27.7439.3438.48-
YUV153.52130.5382.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.79%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=20.79%
G=42.73%
B=36.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851580.5100.150.27162.9540.4353.92
Hex5AB99E330F1Ba32836
Octal13227123663017332435066
Binary10110101011100110011110110011011111101110100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,185,158); }

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

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

 a { background-color: rgb(90,185,158); }

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

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

 span { border-color: rgb(90,185,158); }

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