#5AB994

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

Shades of Keppel #5AB994

Tints of Keppel #5AB994

Color information

#5AB994 (or 0x5AB994) is unknown color: approx Keppel. HEX triplet: 5A, B9 and 94. RGB value is (90,185,148). Sum of RGB (Red+Green+Blue) = 90+185+148=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB994 is #A5466B. Grayscale: #989898. Windows color (decimal): -10831468 or 9746778. OLE color: 9746778.

HSL color Cylindrical-coordinate representation of color #5AB994: hue angle of 156.63º 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 #5AB994 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB90185148-
CMYK0.5100.200.27
HSL156.63º40.43%53.92%-
HSV(B)156.63º51.35%72.55%-
XYZ26.9139.0134.13-
YUV152.38125.5383.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=21.28%
G=43.74%
B=34.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851480.5100.200.27156.6340.4353.92
Hex5AB994330141B9d2836
Octal13227122463024332355066
Binary101101010111001100101001100110101001101110011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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