#5ABA9C

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

Shades of Keppel #5ABA9C

Tints of Keppel #5ABA9C

Color information

#5ABA9C (or 0x5ABA9C) is unknown color: approx Keppel. HEX triplet: 5A, BA and 9C. RGB value is (90,186,156). Sum of RGB (Red+Green+Blue) = 90+186+156=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABA9C is #A54563. Grayscale: #999999. Windows color (decimal): -10831204 or 10271322. OLE color: 10271322.

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

Color convert

RGB90186156-
CMYK0.5200.160.27
HSL161.25º41.03%54.12%-
HSV(B)161.25º51.61%72.94%-
XYZ27.7839.6937.65-
YUV153.88129.282.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.83%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=20.83%
G=43.06%
B=36.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901861560.5200.160.27161.2541.0354.12
Hex5ABA9C340101Ba12936
Octal13227223464020332415166
Binary101101010111010100111001101000100001101110100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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