#5AB19C

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

Shades of Keppel #5AB19C

Tints of Keppel #5AB19C

Color information

#5AB19C (or 0x5AB19C) is unknown color: approx Keppel. HEX triplet: 5A, B1 and 9C. RGB value is (90,177,156). Sum of RGB (Red+Green+Blue) = 90+177+156=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB19C is #A54E63. Grayscale: #949494. Windows color (decimal): -10833508 or 10269018. OLE color: 10269018.

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

Color convert

RGB90177156-
CMYK0.4900.120.31
HSL165.52º35.8%52.35%-
HSV(B)165.52º49.15%69.41%-
XYZ25.9436.0237.04-
YUV148.59132.1886.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=21.28%
G=41.84%
B=36.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901771560.4900.120.31165.5235.852.35
Hex5AB19C310C1Fa62434
Octal13226123461014372464464
Binary10110101011000110011100110001011001111110100110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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