#5AB19E

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

Shades of Keppel #5AB19E

Tints of Keppel #5AB19E

Color information

#5AB19E (or 0x5AB19E) is unknown color: approx Keppel. HEX triplet: 5A, B1 and 9E. RGB value is (90,177,158). Sum of RGB (Red+Green+Blue) = 90+177+158=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB19E is #A54E61. Grayscale: #949494. Windows color (decimal): -10833506 or 10400090. OLE color: 10400090.

HSL color Cylindrical-coordinate representation of color #5AB19E: hue angle of 166.9º degrees, saturation: 0.36, 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 #5AB19E is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB90177158-
CMYK0.4900.110.31
HSL166.9º35.8%52.35%-
HSV(B)166.9º49.15%69.41%-
XYZ26.1136.0937.94-
YUV148.82133.1886.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.18%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=21.18%
G=41.65%
B=37.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901771580.4900.110.31166.935.852.35
Hex5AB19E310B1Fa72434
Octal13226123661013372474464
Binary10110101011000110011110110001010111111110100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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