#5AA78B

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

Shades of Keppel #5AA78B

Tints of Keppel #5AA78B

Color information

#5AA78B (or 0x5AA78B) is unknown color: approx Keppel. HEX triplet: 5A, A7 and 8B. RGB value is (90,167,139). Sum of RGB (Red+Green+Blue) = 90+167+139=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA78B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA78B is #A55874. Grayscale: #8C8C8C. Windows color (decimal): -10836085 or 9152346. OLE color: 9152346.

HSL color Cylindrical-coordinate representation of color #5AA78B: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA78B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB90167139-
CMYK0.4600.170.35
HSL158.18º30.43%50.39%-
HSV(B)158.18º46.11%65.49%-
XYZ22.731.6829.34-
YUV140.78126.9991.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=22.73%
G=42.17%
B=35.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901671390.4600.170.35158.1830.4350.39
Hex5AA78B2E011239e1e32
Octal13224721356021432363662
Binary101101010100111100010111011100100011000111001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,167,139); }

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

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

 a { background-color: rgb(90,167,139); }

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

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

 span { border-color: rgb(90,167,139); }

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