#5AB19A

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

Shades of Keppel #5AB19A

Tints of Keppel #5AB19A

Color information

#5AB19A (or 0x5AB19A) is unknown color: approx Keppel. HEX triplet: 5A, B1 and 9A. RGB value is (90,177,154). Sum of RGB (Red+Green+Blue) = 90+177+154=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB19A is #A54E65. Grayscale: #949494. Windows color (decimal): -10833510 or 10137946. OLE color: 10137946.

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

Color convert

RGB90177154-
CMYK0.4900.130.31
HSL164.14º35.8%52.35%-
HSV(B)164.14º49.15%69.41%-
XYZ25.7735.9536.15-
YUV148.36131.1886.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.38%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=21.38%
G=42.04%
B=36.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901771540.4900.130.31164.1435.852.35
Hex5AB19A310D1Fa42434
Octal13226123261015372444464
Binary10110101011000110011010110001011011111110100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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