#5AA68C

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

Shades of Keppel #5AA68C

Tints of Keppel #5AA68C

Color information

#5AA68C (or 0x5AA68C) is unknown color: approx Keppel. HEX triplet: 5A, A6 and 8C. RGB value is (90,166,140). Sum of RGB (Red+Green+Blue) = 90+166+140=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA68C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA68C is #A55973. Grayscale: #8C8C8C. Windows color (decimal): -10836340 or 9217626. OLE color: 9217626.

HSL color Cylindrical-coordinate representation of color #5AA68C: hue angle of 159.47º 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 #5AA68C is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB90166140-
CMYK0.4600.160.35
HSL159.47º29.92%50.2%-
HSV(B)159.47º45.78%65.1%-
XYZ22.5931.3429.67-
YUV140.31127.8292.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=22.73%
G=41.92%
B=35.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661400.4600.160.35159.4729.9250.2
Hex5AA68C2E010239f1e32
Octal13224621456020432373662
Binary101101010100110100011001011100100001000111001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,140); }

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

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

 a { background-color: rgb(90,166,140); }

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

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

 span { border-color: rgb(90,166,140); }

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